Skip to content

akethu/cli-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple To-do

A Command Line Interface To-do application coded from scratch using python and SQLite.

Features

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.

Get started

  1. Clone the repository.
  2. Run the command python3 main.py.
  3. You will see a list of available commands with their descriptions beside them.
  4. To use any command, simply type python3 main.py <command>.

License

Distributed under MIT open license.

Contact

Email: akethu@umass.edu

About

A CLI based To-do application coded from scratch using python and SQLite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages