A CGPA calculator module made for BracU Students.
Project description
BracU CGPA Calculator Module
BracU CGPA Module is a Python library for easier calculation of CGPA in Brac University.
Developed by Joyanta J. Mondal from BracU (C) 2021
Email: hello@joyantamondal.com
Functionality:
-
Adding Courses
-
Removing Courses
-
Checking Courses Attempted
-
Get CGPA
-
Number of Credits Attempted
-
Read from PC
-
Save to PC/GOogle Colab
-
Template of Excel File (Read from PC)
Installation
Use the package manager pip to install bracu_cgpa_calc.
pip install bracu_cgpa_calc
Usage
from bracu_cgpa_calc import *
add("CSE110", 4, 3) #adding courses
add("CSE111", 3.7, 3) #adding courses
add("CSE220", 3.3, 3) #adding courses
add("MAT215", 0, 3) #adding courses
remove("CSE220") #removing courses
check_attempted_course() #returns list of courses attempted.
credits_attempted() #returns number of credits completed.
get_cgpa() #returns CGPA
readme() #prints out readme
docs() #prints out documentation
save_to_pc() #Works in Google Colab too.
read_from_pc("CGPA.xlsx")
Note
- I have tried to implement all the functionalities, it might have some bugs also. Please ignore that or please contact me email to notify me about the bug. I will try to give proper credits to that too. And you are welcome to give your valuable opinion and suggestions.
License
CHANGELOG:
1.0.2:
- Added: Save to PC.
- Added: Read from PC.
1.0.1:
- Fixed: Removing Courses: Wrong course was getting removed.
- Fixed: Checking Courses Attempted: It was showing random course instead of a list.
1.0.0:
- Adding Courses
- Removing Courses
- Checking Courses Attempted
- Get CGPA
- Number of Credits Attempted
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
bracu_cgpa_calc-1.0.3.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file bracu_cgpa_calc-1.0.3.tar.gz
.
File metadata
- Download URL: bracu_cgpa_calc-1.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3f3d814fee7cfa331b1cc3ee869f205711f3fbb39ca91fa2d0018c889b3adcef
|
|
MD5 |
9c0f6d95126212d1e9da90978cb746bf
|
|
BLAKE2b-256 |
ac1c6a3d84ede3e1d45042d34253bdc33e4648f816291bcd0b2421c2fbff0ee1
|
File details
Details for the file bracu_cgpa_calc-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: bracu_cgpa_calc-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
44c85701080726861098a05470059571643ef4de22533b57803f797417ed5572
|
|
MD5 |
6daed61fe5df46e691cd938f31b1c421
|
|
BLAKE2b-256 |
9c935a7d6bff1276cf4fcaec1e3cfce704d6c71b96d51dbc8ae204ff1a60e639
|