You should have python installed. If not you should download it and install it.It is a fiarly simple installation. And we are using standard libraries so if you installation went fine you won't have any problems in using the libraries.
- Create the main file
- bat file
- Start the TK app
- View static todos
- Menubar
- Status bar
- Add a new todo
- Curent db todos
- Create a db of finished todos as previous
- View all of previous
- Get a deadline
- Sort them by deadline
- Add a functionality to create a new todo
- in a new frame
- in a new window
- When the deadline is in 24 hours
- gets red and bold
- When a todo is checked
- the app delete it
- add it to previous
- Previous has all the last todos
- the starting and ending date of them
- how long they took
- Icons
- Class it
- Unit Testing
- Python installer
- All in one file and put the link for download
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.