SPM is a Python CLI for managing your side projects! The project uses PyInquirer. SPM currently works on the Windows command prompt.
First, ensure that you have all the dependencies denoted in requirements.txt
. Download the project and open the command line in the project folder.
Note: due to issues with displaying UTF-8 symbols with PyInquirer on Windows, set the font of the command prompt window to Lucida Console
and run chcp 65001
before running the CLI.
To run the CLI:
$ python cli.py
and embrace your new productivity!