Skip to main content

A simple command-line app to manage marks of students.

Project description

marksman

A simple command-line app to manage marks of students.

Features

  • CRUD ( create|read|update|delete students/exams/marks )
  • Email ( email results to students)
  • Visualize ( visualize the data )

Installation

You must have Python 3.9 installed on your system.

Install easily via pip, Python's official Package Manager.

pip install marksman

Note: Linux and Mac users might have to use pip3 to invoke pip

Usage

usage: marksman [-h] [-l] [-v] {crud,email,visualize} ...

Command Line Tool to manage marks of students

optional arguments:
  -h, --help            show this help message and exit
  -l, --loud            increase output verbosity
  -v, --version         show program's version number and exit

actions:
  {crud,email,visualize}
                        actions you can take
    crud                Do crud operations
    email               Email results to students
    visualize           Visualize the results

To learn how to use an action (crud|email|visualize) use 
    marksman <action> -h

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

marksman-0.1.5.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

marksman-0.1.5-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page