/todo-python

Primary LanguagePythonMIT LicenseMIT

todo-python

Table of Contents

About The Project

todo-python is a project to create todo lists using python.

Built With

  • Python 3.7

How to setup

  1. Clone the repo
    git clone https://github.com/luc007-code/todo-python
  2. Create a virtual environment
    python3 -m venv .venv
  3. Source the virtual environment and install the project's requirements if required
    source .venv/vin/activate
    if [[ -f requirements.txt ]]; then pip3 install -r requirements
  4. Run the project
    python3 main.py

License

Distributed under the MIT License. See LICENSE for more information.