Skip to content

Program for generating individual routine of each group from a excel file containing routine of all groups.

Notifications You must be signed in to change notification settings

sNishant011/routinizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Routinizer using python

  • Generates individual routines for each group from a single file containing routines of all groups
  • Newly generated group routines are saved in the individual_routines folder

Requirements

  • python 3.9 and above (tested)
  • openpyxl

Installation

pip3 install openpyxl

Running the Program

  • Ensure routine.xlsx exists in the routinizer directory
  • Run program using the following commands

Linux

 python3 app.py

Mac

python3 app.py

Windows

python app.py

About

Program for generating individual routine of each group from a excel file containing routine of all groups.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages