Letterstat is a small python programm written to analyse the occurence of ASCII characters in a specific file. The results can be exported to a vector graphic (.svg).
- Clone the project or download it as a .zip file
- Make sure you have installed python
- Install pygal if you haven't already
pip install pygal
- Start your terminal in the project directory
- To execute the program execute
python letterstat.py
- There are optional parameters:
-i <input file path>
-s <graph size>
-o <output filename>
Example:
python letterstat.py -i folder/file.txt -s 10 -o graph.svg
If you find an error feel free to submit an issue or pull request