https://github.com/cyrof/task-manager-app
Simple task manager to manage your task so you don't have too.
https://github.com/cyrof/task-manager-app
python3 sqlite3 tkinter tkinter-python
Last synced: 9 months ago
JSON representation
Simple task manager to manage your task so you don't have too.
- Host: GitHub
- URL: https://github.com/cyrof/task-manager-app
- Owner: Cyrof
- License: mit
- Created: 2022-08-03T13:05:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T05:51:52.000Z (over 3 years ago)
- Last Synced: 2025-06-03T12:12:55.683Z (9 months ago)
- Topics: python3, sqlite3, tkinter, tkinter-python
- Language: Python
- Homepage:
- Size: 22.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# task-manager-app
### Simple task manager application created with Python and SQLite3
## Table of Contents
* [General Info](#general-info)
* [Technologies](#technologies)
* [Setup](#setup)
* [Notes](#note)
## General Info
This project is a simple task manager application created with Python and SQLite.
The aim of this project is to assist with task management.
## Technologies
Project is created with:
* Python version: 3.10.0
* SQLite version: 2.6.0
* Tkinter version: 8.6
* Tkcalendar vesion: 1.5.0
* Tkfontawesome version: 0.2.0
## Setup
To run this project:
Download the installer [here](https://github.com/Cyrof/task-manager-app/releases) and run the installer.
After installing, navigate to the installed folder and run main.exe to start the applcation.
## Notes
Implement the code to your project at your own risk as it is not guaranteed to be correct and efficient.
If there are any features that you would like to see be included or bugs, please let me know by creating an issue.