Skip to content

fornclakess/allumni_record

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages