The IGNOU Term End Result Viewer is a web application built with Flask that allows users to fetch and view their term-end examination results from the result portal of Indira Gandhi National Open University.
Check out the live version.
-
Fetch and display term-end examination results by providing the session and enrollment number, which removes the hassle of finding out the link related to the particular session result.
-
Once entered, you don't have to worry about remembering your details.
-
Refresh to fetch the latest results without entering any details.
-
Delete locally saved data (used for offline viewing) when no longer needed.
To run the project locally, follow these steps:
- Clone the repository and navigate to the project directory:
git clone https://github.com/CodeDotJS/ignou.git
cd ignou
- Install dependencies using pip:
pip install -r requirements.txt
- Run the Flask application:
python app.py
- Open your web browser and go to http://localhost:5000 to access the application.
It's an on going project where I'll build multiple tools to simplify IGNOU related tasks.
- CLI for IGNOU Term End Result Viewer -
View
MIT © Rishi Giri