Project management cli tool written in python
Go to file
2024-02-10 18:49:38 +01:00
app Update mechanism and listing 2024-02-10 18:49:38 +01:00
.gitignore add database handling using shelve 2024-02-04 02:46:12 +01:00
LICENSE Initial commit 2024-01-13 20:06:21 +01:00
README.md Update readme 2024-01-13 20:09:42 +01:00
requirements.txt Update mechanism and listing 2024-02-10 18:49:38 +01:00

spyglass

  1. create a venv
    python -m venv .venv
    
  2. install requirements
    pip install -r requirements.txt
    
  3. run with
    python spyglass.py