Skip to content

R-udren/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List

Console Task management app written on Python. Supports adding, removing, listing, marking tasks as done, exporting and importing tasks from a file.

Features

  • Add tasks
  • Remove tasks
  • List tasks
  • Mark tasks as done
  • Export tasks to a file
  • Import tasks from a file

Requirements

  • Python 3.6 or higher
  • Required packages are listed in requirements.txt
  • OS that supports Python

Installation

  1. Clone the repository

    git clone https://github.com/R-udren/ToDoList
    cd ToDoList
  2. Install the dependencies

    python -m pip install -r requirements.txt
  3. Run the app

    python main.py

Usage

Uses a CLI to interact with the app.

Ctrl + C several times to exit the app.

The app can be run in two ways: classic usage and CLI.

Classic usage

python main.py

CLI

List all possible commands

python main.py --help

Example of adding a task

python main.py --email example@mail.com --add-task

About

Task management app written on Python and using SQLite3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages