kaustavb79 / ignou-percentage-calculator

This app is used to calculate the culmulative percentage of IGNOU students pursuing BCA/MCA

Home Page:https://share.streamlit.io/kaustavb79/ignou-percentage-calculator/main/ignou_percent.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IGNOU Percentage Calculator

This app is used to calculate the culmulative as well as semester-wise percentage of IGNOU students pursuing BCA/MCA(Revised).

Hosted URL:

https://share.streamlit.io/kaustavb79/ignou-percentage-calculator/main/ignou_percent.py

Local Machine Installation

Requirements

  • Python 3.7 or above
  • Sepcify the default_browser , os type and the system architecture in the config.json file.

Installation

  • Create a virtual environment in Python using pipenv or virtualenv.
  • Activate the virtual environment.
  • Install the requirements from the requirements.txt file. Run the command below:
    • pip install -r requirements.txt
  • Then run the ignou_percent.py script typing the following comand:
    • streamlit run ignou_percent.py

References:

About

This app is used to calculate the culmulative percentage of IGNOU students pursuing BCA/MCA

https://share.streamlit.io/kaustavb79/ignou-percentage-calculator/main/ignou_percent.py

License:Apache License 2.0


Languages

Language:Python 100.0%