A CLI application to manage university projects and assignments. Command line parsing uses library click.
📦 Ensure that virtualenv is installed on your system. Create a new virtual environment by running:
virtualenv envActivate the environment and install the packages:
source env/bin/activate
pip3 install --editable .🏃 To run the script
cm <args>🏃 Alternatively, simply run the package by
python3 -m course_manager <args>For more info about click and setuptools, check out this page.