Replaces some Cyrillic letters with similar Latin ones.
- clone project
- create and activate python venv
- install requirements
- build with command:
pyinstaller -F \ --name CyLaMixture \ --add-data "resources/*:resources/" \ -i resources/Ы.ico \ cyla_mixture/__main__.py
- executable file will appear in the dist dir