TaskSaver is a simple, efficient application designed to help users manage their to-do lists. It allows users to add, delete, save, and load tasks easily.
TaskSaver uses Tkinter for its user interface, providing a simple and efficient way for users to manage their to-do lists. Tasks are saved and loaded from a text file, ensuring they are maintained across sessions.
- Python
git clone https://github.com/gamerwaves/TaskSaver.git
cd TaskSaver
Windows:
python main.py
Unix Based OS's:
python3 main.py
Success!
