simple lab management system using python and tkinter
#Required softwares to run
- Visual studio code
- Python installed in your system
- You might need to install tkinter using the following command ( pip install tkinter )
#Details
- Conditions
- Number of labs.
- Number of computers in each labs.
- Number of students in each class.
- 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.
- 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.
- Stores the records of classes assigned it what time what date in a csv file.
#open for Collaboration