README.md | ||
to-do-app.py |
Instalacja - Hubert Marciniak
Requirments: python3 tkinter sqlite3
Linux:
- install python3, tkinter, sqlite3 if you don't have: sudo apt install python3 python3-tk sqlite3
- download to-do-app.py to your directory
- use cd to go to the directory with downloaded file: cd /path/to/your/directory
- run the app: python3 todo_app.py
Windows:
- install python from python website if you don't have
- intall tkinter if you don't have (sqlite3 should come with python): pip install tk
- download to-do-app.py to your directory
- use cd to go to the directory with downloaded file: cd /path/to/your/directory
- run the app: python todo_app.py