Code For School Management System Class 12 Python Project
Code For School Management System Class 12 Python Project
#MATNP.PY FILE #
import time
print ("\t\t\t", time .ctime())
def menu():
print(" EMPLOYEES MANAGEMENT SYSTEM
C="yes
c-input("do you want to continue or not(yes or No): ")
while(c=='yes "):
print("1.login")
print( "2.employee registeration")
print("3.employee details")
print("4. update salary")
print("5.employees list")
print( "6.know the number of employees")
print("7.work experience"
print("8.know your salary")
print("exiting")
choice=int (input(" enter the choice:
if choice==1:
login()
elif choice==2:
register()
elif choice==3:
details()
elif choice==4:
em_salary()
elif choice==5 :
em_list()
elif choice==6:
em_count()
elif choice==7:
em_perform()
elif choice==8:
salary()
else:
print ("exit")
break
else print ( "Thank You")
def login():
import sys
user_id=input ( "enter USER ID:")
pwd-int(input("enter the password : "))
if user_id 'vishal'and pwd
==
6054 ==
conn.commit()
def em_1ist() :
import mysql.connector as sql
try:
def salary():
nam=input("enter your name ")
a=mycursor.execute("select em_salary from office where
em_name {".format (nam))
mycursor.execute(a)
salary=nycursor.fetchall ()
for x in salary:
print x, "is your current salary", nam )
conn.commit()
def em_perform():
v_em_no=int(input ("enter your employee ID"))
V_em_name=input"enter your name: ")
V_em_dept=input ( "enter department you want to join: ")
V_em_performance=input ("enter your performance:")
V_em_work=input ("enter your experience (YEARS ): ")
v_sql_insert="insert into em_performance
v a l u e s( " + s t r ( v _ e m _ n o ) + " , ' "
+V_em_name+
+") "
"+V_em_dept+" ","+V_em_performance+ '>"+str(v_em_work
print(v_sql_insert)
mycursor.execute(v_sql_insert)
Conn.commit()
print("performance added")
menu() # PYTHON MODULE
:Tables in mysql
=*======== = E==============E=====