DailyLifeKit is a Beginner-friendly python package that can help you in your project and program.
Project description
DailyLifeKit
DailyLifeKit is a Beginner-friendly python package that can help you in your project and program.
Installation
Install From PYPI:
pip install dailylifekit
Version
Current Version: 0.1.0
Features
| Module | Description |
|---|---|
| StudentResultTools | This tool can calculate student's total marks, percentage, grade, division, result and generate report cards. |
Quick Start
StudentResultTools
from dailylifekit import StudentResultTools
student = StudentResultTools.from_input()
print(student.get_grade())
Examples
StudentResultTools example 1.
student = StudentResultTools(
"Name",
90, 90, 90, 90, 90, 90,
600,
"ABC School",
"11",
"Hindi",
"English",
"Maths",
"Science",
"SST",
"Computer"
)
print(student.get_grade())
example 2.
student = StudentResultTools.from_input() # It takes input from the user one by one
print(student.get_grade())
Example Output
example 1. Grade A
example 2. This is based on your inputs
Running Tests
pytest
Project Structure
DailyLifeKit/
├──src
│ ├───dailylifekit/
│
│──tests/
│
│──README.md
│──LICENSE
└──pyproject.toml
License
MIT License
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 dailylifekit-0.1.0.tar.gz.
File metadata
- Download URL: dailylifekit-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93f6252eaa913acb03f0cb95e2da1f089b29388a78993369c5c76caa009a1fa7
|
|
| MD5 |
d405d86c2591ffd9d4fca5111f5c6d57
|
|
| BLAKE2b-256 |
5759eeff77127557af652997c0f4bb4f5d139bda494527cdc36e45729030cdfa
|
File details
Details for the file dailylifekit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dailylifekit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9047dbe81147e3a498040a51532323938dbd3c4c24a1e5b39501b04135e2fac2
|
|
| MD5 |
f177e13ad6a7de8bf3ee568d88a870e4
|
|
| BLAKE2b-256 |
8a0426c1ad5e38d0ebc996b073cba4062aa95be02a655f152fb1d904277a860e
|