Skip to content

With my 12th standard, basic knowledge in python and MySQL i created a college administration system database. If you are also a 12th student and got the same project you can use my code to save your time and prepare for your entrance/board exams unlike me.

Notifications You must be signed in to change notification settings

biswaisop/college-admission-system-using-python-and-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

to create the databse go to xampp control panel start the apache and mysql servers and go to my sql admin and create a database named "college" and create a table called "admission" please do not improvise ob the names given to the database, tables and columns otherwise the code wouldn't work name the columns(data types) :-"First Name"(varchar), "Last Name"(varchar), "JEE Rank"(int), Board Percentage"(int), "Stream"(varchar), "Reservation"(varchar), "Phone no."(bigint), "Email ID"(varchar) now run the program and input the data, the data will be saved in the database without error

About

With my 12th standard, basic knowledge in python and MySQL i created a college administration system database. If you are also a 12th student and got the same project you can use my code to save your time and prepare for your entrance/board exams unlike me.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages