Skip to content

pyladiesbkk/todo-cli-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisite

  1. Python 3.9
  2. Pipenv

Installation guide

  1. Enable Python virtual environment by

    $ source venv/bin/activate
  2. Install all dependencies using pipenv

    $ pipenv install
    

How to use basic Todos CLI

$ python cli.py

There are 3 available commands, list, add and exit.

  • List is listing all todo items
  • Add is adding new todo item to local memory list
  • Exit is closing the todo CLI connection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages