Now with native look-and-feel for each Windows & macOS!
| Folder | Description |
| — | — |
| / | Root directory contains app.py file |
| src | Contains modules for each implementation |
| test | Contains tests implemented using pytest framework |
Run app.py in root directory using : python app.py (for Windows) |
python3 app.py (for Linux/macOS) |
pip install pyinstallerpyinstaller --onefile app.py
Note : Windows Defender might show the built file as a trojan. This is a false positive. Heuristic based scanning will detect anything not digitally signed and packed, or has keyboard access as a trojan dropper. You can ignore the warning.
pip install -U pytestpytest### Resources
brew package managerbrew package manager : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"python3 : brew update && brew install python3python-tk: brew update && brew install python-tk