Skip to content

Result portal of Nirma University using database, where students can view and download their result

License

Notifications You must be signed in to change notification settings

Harshit1q1/Result-Portal-Using-Python-and-DBMS

Repository files navigation

Result-Portal-Using-Python-and-DBMS

GitHub GitHub contributors

Dependencies

First of all, you should have latest version of python installed on your device. You can check that by typing python -version in command prompt.

Also, install sqlplus to use oracle database properly.

The libraries you need to have on your computer are as below:

  • tkinter
  • pyautogui
  • fpdf
  • cx_Oracle

you can install all this dependancies using pip install command. For example to install tkinter, we can use this command.

pip install tkinter

Usage

This project generates a result portal of Nirma University using tkinter GUI. There are 3 main entities interacting and using this project :

  1. Admin
  2. Faculty
  3. Student

To store the data, we have used oracle database. All tables and relations in database are as below :

studentrelational studentresult

Main Functionalities:

  • Register
  • Log In/Log Out
  • Forgot Password
  • Change Password
  • Edit data of Students
  • Download Result PDF

Register

image image

Log In/Log Out

image image

Forgot Password

image

Change Password

image image

Edit data of Students

image image

Download Result PDF

image image

For more details about project pre-requisite and execution view readme.pdf.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Result portal of Nirma University using database, where students can view and download their result

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages