Created by: Tyler Kay
This application uses the csv menu file to load the website and generate word documents of the menu.
Open up the menu.csv file and edit the prices of each item. Save the csv file.
- On Windows:
- Run the driver.exe executable. An Output directory should be created where the word documents were generated.
- On Google Drive:
- Click the driver.ipynb file. This will take you to a google colabatory workspace. Click the play button. An Output directory should be created where the word documents were generated.
- Running through Python.
- Run python3 driver.py. An Output directory should be created where the word documents were generated.
To configure the files, edit the config.ini file. This file is responsible for the input/output file names, name of the new directory created, and where the template word documents are located.
- To compile into .exe, install pyinstaller. Run the command pyinstaller --onefile driver.py
- .pub files WILL NOT be updated, only .docx files will. .pub files will have to be manually fixed (AKA the to-go and bubble tea menu).