-
Notifications
You must be signed in to change notification settings - Fork 0
fornclakess/allumni_record
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TO START: download mysql if you already don't have. install mysql.connector, tabulate and xlrd from cmd using pip install commands create database allumni_record; create table students(roll int,name char(30),total int,percentage float,batch char(10)); create table m(roll int,name char(30),total int,batch char(10),percentage float); create table f(roll int,name char(30),total int,batch char(10),percentage float); that's all for sql... ------------------------ run allumni_record.py run the item 7 from the main menu
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published