A Command Line Interface To-do application coded from scratch using python and SQLite.
The application has the following features:
- We can register users and edit usernames.
- We can add/edit/delete to-do tasks.
- We can view the tasks as a table.
- List of tasks for every user is protected by a custom password set by the user.
- We can view the list of users.
- Password authentication has also been integrated.
- Clone the repository.
- Run the command
python3 main.py. - You will see a list of available commands with their descriptions beside them.
- To use any command, simply type
python3 main.py <command>.
Distributed under MIT open license.
Email: akethu@umass.edu