This Python script allows you to scrape your academic transcript from the Nile University student portal.
- Python 3.x installed on your system
- Required Python libraries installed:
- requests
- BeautifulSoup4
- tabulate
- getpass
- Clone this repository to your local machine.
- Install the required Python libraries using pip:
pip install -r requirements.txt
- Run the script using the following command:
python grades.py
- Enter your student ID and Nile portal password when prompted. (Note: password input will be hidden)
- The script will scrape your academic transcript and display it in tabular format.
- This script uses BeautifulSoup to parse the HTML response from the Nile University student portal.
- It requires your Nile portal credentials to log in and fetch the academic transcript data.
- Make sure to keep your credentials secure and do not share them with others.
This script was created by Attahirny.