https://github.com/abduldevhub/todoist
This repository contains the code for a task management application implemented in Python. The application allows users to create, edit, save, retrieve, and delete tasks. It also allows users to set reminders and to track their task creation, editing, and deletion by displaying it as a graph.
https://github.com/abduldevhub/todoist
matplotlib python tkinter
Last synced: 2 months ago
JSON representation
This repository contains the code for a task management application implemented in Python. The application allows users to create, edit, save, retrieve, and delete tasks. It also allows users to set reminders and to track their task creation, editing, and deletion by displaying it as a graph.
- Host: GitHub
- URL: https://github.com/abduldevhub/todoist
- Owner: AbdulDevHub
- License: mit
- Created: 2023-03-14T22:02:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T03:45:29.000Z (about 2 years ago)
- Last Synced: 2025-03-23T14:17:22.962Z (over 1 year ago)
- Topics: matplotlib, python, tkinter
- Language: Python
- Homepage:
- Size: 485 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task Management Application
## Overview
This repository contains the code for a task management application implemented in Python. The application uses the Tkinter, Pickle, Json, and Matplotlib modules to allow the user to create, edit, save, retrieve, and delete tasks. It also allows users to set reminders and to track their task creation, editing, and deletion by displaying it as a graph.
## Features
- **Task Management**: Create, edit, save, retrieve, and delete tasks.
- **Reminders**: Set reminders for tasks.
- **Task Tracking**: Track task creation, editing, and deletion with a graphical display.
## Technologies Used
- Python
- Tkinter
- Pickle
- Json
- Matplotlib
## Setup
To run this application locally, follow these steps:
1. Clone the repository
2. Navigate to the project directory
3. Install the required libraries
4. Run the application
## Contributing
While this is a personal project, I'm open to collaboration. If you have suggestions for improvements, please open an issue.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.