| File | Date | Author | Commit |
|---|---|---|---|
| build | 2026-06-18 |
|
[380da8] Add files via upload |
| dist | 2026-06-18 |
|
[3afc22] Add files via upload |
| LICENSE | 2026-06-18 |
|
[aea801] Initial commit |
| README.md | 2026-06-18 |
|
[3b39ba] Create README.md for To-Do List App |
| todo_gui.py | 2026-06-18 |
|
[54c859] Add files via upload |
| todo_gui.spec | 2026-06-18 |
|
[a945c9] Add files via upload |
A simple and modern desktop To-Do List application built with Python and Tkinter.
Add a screenshot of your application here.
screenshots/app.png
todo-app/
│
├── todo_gui.py
├── tasks.json
├── icon.ico
└── README.md
git clone https://github.com/yourusername/todo-app.git
cd todo-app
python todo_gui.py
Install PyInstaller:
pip install pyinstaller
Build executable:
pyinstaller --onefile --windowed --icon=icon.ico todo_gui.py
The executable will be generated inside:
dist/
Tasks are stored locally in:
tasks.json
This file is automatically created when the application runs.
Contributions are welcome.
This project is licensed under the MIT License.
Created with Python and Tkinter.
If you like this project, give it a ⭐ on GitHub.