Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedotjs/ignou
Let the poor marks come to you!
https://github.com/codedotjs/ignou
flask ignou ignou-developer-student-club python termendresult webapp
Last synced: 4 days ago
JSON representation
Let the poor marks come to you!
- Host: GitHub
- URL: https://github.com/codedotjs/ignou
- Owner: CodeDotJS
- License: mit
- Created: 2024-03-10T22:49:13.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-10T16:27:16.000Z (8 months ago)
- Last Synced: 2024-12-18T15:13:56.117Z (about 2 months ago)
- Topics: flask, ignou, ignou-developer-student-club, python, termendresult, webapp
- Language: JavaScript
- Homepage: https://ignoux.vercel.app
- Size: 248 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/CodeDotJS/ignou.git
cd ignou
```2. Install dependencies using pip:
```bash
pip install -r requirements.txt
```3. Run the Flask application:
```bash
python app.py
```4. 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`](tools/termendresult.py)
## License
MIT © Rishi Giri