Skip to content

PeterKeDer/course-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Manager

A CLI application to manage university projects and assignments. Command line parsing uses library click.

Usage (Development)

📦 Ensure that virtualenv is installed on your system. Create a new virtual environment by running:

virtualenv env

Activate 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.

About

CLI application to manage university courses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages