You are on page 1of 5

Task Management App.

Task Management
A Task Management application is an application that permits the user to schedule all of his/her
work on a platform which permits the different users to organize their task orderly.
This Application Functions as Thus :

• The user type a task he/she intend to do for the day ;


• And click on the button Add Task..

• The task is added successfully.

2
• The user can decide to delete a task… Just click on the task added and click on delete
task….

• If there are many task and the user wants to delete at once, he then click on
delete_all_task as shown below..

3
• Click on oui, and all the tasks are being deleted

4
In conclusion this Application was coded in Python and use SQLite3 for the database.
To this document is attached the requirements.txt file and the code.

You might also like