Skip to content

CodeDotJS/ignou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGNOU Term End Result Viewer

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.

Features

  • 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.

Run

To run the project locally, follow these steps:

  1. Clone the repository and navigate to the project directory:
git clone https://github.com/CodeDotJS/ignou.git
cd ignou
  1. Install dependencies using pip:
pip install -r requirements.txt
  1. Run the Flask application:
python app.py
  1. Open your web browser and go to http://localhost:5000 to access the application.

Plan

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

License

MIT © Rishi Giri

Releases

No releases published

Packages

No packages published