Skip to content

dhanjit97/lab-management-system-using-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lab-management-system-using-python

simple lab management system using python and tkinter

#Required softwares to run

  1. Visual studio code
  2. Python installed in your system
  3. You might need to install tkinter using the following command ( pip install tkinter )

#Details

  1. Conditions
    1. Number of labs.
    2. Number of computers in each labs.
    3. Number of students in each class.
    4. if number of students excead the number of computers available in any labs or all labs class will not be assigned of will check if any lab meets the condition then it will assign the class to that lab.
    5. Classes will be assigned in hours. Once a lab is assigned to the class the lab will not be free to be assigned to another class untill the time duration is over.
    6. Stores the records of classes assigned it what time what date in a csv file.

#open for Collaboration

About

simple lab management system using python and tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%