A simple Python library for generating student marksheets.
Project description
student-marksheet
A simple Python library to generate student marksheets programmatically.
Installation
pip install student-marksheet
Usage
from student_marksheet import Marksheet
m = Marksheet("Swami", 1)
m.add_mark("Math", 95)
m.add_mark("Science", 88)
print(m.export_text())
print(m.export_json())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file student_marksheet-0.1.0.tar.gz.
File metadata
- Download URL: student_marksheet-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8efd055c1c21e1b8422f3bc162fc4da4a478a45935482b648b38e26d28906f83
|
|
| MD5 |
9dc1d820c63c9101329189e2c0428f2a
|
|
| BLAKE2b-256 |
7dafb1e511853e5e6157a391c459f63fae1662ad90dda81f0c8079777f0e4e9f
|
File details
Details for the file student_marksheet-0.1.0-py3-none-any.whl.
File metadata
- Download URL: student_marksheet-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
158c67c66ea22906c2da7bbbdd818e0e4989a6c6da65f8846833a158e55b76b9
|
|
| MD5 |
5a50affdcc1dad7c912f359306ff5c09
|
|
| BLAKE2b-256 |
df4674ea93e4b9916087a5e2a3b2baf030d5b536d84cd15a7977323169ff70bc
|