This project helps organize colleagues randomly into tables with limited seats.
main.py: Main script to run the organizercolleagues.csv: List of names (one per line)utils/:table.py: Defines the Seat and Table classesopenspace.py: Logic to organize colleagues into seatsfile_utils.py: Reserved for file utilities (optional)
- Make sure you have Python installed.
- Install pandas and openpyxl:
pip install pandas openpyxl