Metadata-Version: 2.1
Name: marksman
Version: 0.1.1
Summary: A simple command-line app to manage marks of students.
Home-page: https://github.com/aahnik/cbse-xii-cs-proj/tree/main/project
Author: Aahnik Daw
Author-email: meet.aahnik@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pytest

# marksman

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

## Features

- Add multiple students and tests
- Record, update and delete entries
- Search for students, tests and marks
- Visualize the performance of students
- Email the results to students, with custom template

## Installation

You must have python 3.9 installed on your system.

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

```shell
pip install marksman
```

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

## Usage

TODO:


