This is a tiny Python GUI program which may help you learn Python basic grammar. I mainly used tkinter for GUI. GUI sometimes is a good way to help you find interests in learning a new programming language! And please star my project if you like it.
- activate your Python virtual environment
source venv/bin/activate
- enjoy it
python run.py
or you can download from the latest releases.
Issue is welcome if you find any bugs or need help.
- ver1 March 26, 2019
- ver2 June 27, 2019
- ver3 July 5, 2019
- Almost refactor all! July 26, 2020