Git Product home page Git Product logo

delhi-university-scorecard-fetcher's Introduction

About

Are you tired of waiting and checking if your semester results are out? โณ
No need to do any of that now. Just run a single python script and relax. ๐Ÿ˜Œ
The script will do all the necessary things to make sure your result is e-mailed to you as soon as it declares. โœ”๏ธ

Features

  • DU ScoreCard Fetcher can be used for fetching single as well as multiple result scorecards PDF.
  • You can choose to get your result PDF downloaded in your system as well as by email.
  • You can generate class rank lists for any course.
  • You can even keep the script running, in your local or remote server, until the results are out (and you will be notified by an email once they are out )
  • Any student belonging to any course or any college in Delhi University can use it to fetch his/her result PDF.

How to use?

Run the following commands on terminal to install required packages :

sudo apt-get update
sudo apt-get install wkhtmltopdf
sudo apt-get --fix-broken install
sudo apt-get install tesseract-ocr && sudo apt-get install libtesseract-dev
sudo apt-get install python3-pip && sudo apt-get install python3-venv

Make sure you have python3.x installed on your system

Now, for cloning and setting up project, run:

git clone https://github.com/anuragjoshi3519/Delhi-University-ScoreCard-Fetcher.git
cd Delhi-University-ScoreCard-Fetcher
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

Setup is complete. To start fetching, run:

python3 fetchScoreCard.py

NOTE :

Make sure to allow gmail less secure apps to use email services.

Few utility python scripts:

  1. To check all college codes, run :- python3 printClgCodes.py
  2. To check all courses names, run :- python3 printCourseNames.py

delhi-university-scorecard-fetcher's People

Contributors

anuragjoshi3519 avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.