A task scheduler with task scheduling, timing and task completion time tracking functions
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/01/a-task-scheduler-with-task-scheduling-timing-and-task-completion-time-tracking-functions_61e1f46e7f273-375x210.jpeg)
Introduction
A task scheduler with task scheduling, timing and task completion time tracking functions. Could be helpful for time management in daily life. You can get access to the whole project code from https://github.com/ArthurLCW/Task-Scheduler
Installation
Python + MySQL + pymysql
Recommanded Version:
Python: 3.7
MySQL: 5.7.30
PyMySQL: 1.0.2
Initialization
Use the sql file in the project to build a databse first.
Connect to be database. Modify the parameters in the figure below.
Type $python Task-Scheduler$ to execute project.
Usage of the project
(to be done)
GitHub