To get it running, make sure to have the following python packages:
- bs4
- docx
- html5lib
python3.8 -m pip install python-docx
python3.8 -m pip install bs4
python3.8 -m pip install html5lib
Place docx file inside same directory as script, then run
python3.8 attendance_docx_parser.py
Place htm file inside sasme directory as script, then run
python3.8 attendance_htm_parser.py
Building the project to the respective operating systems
Be sure to have auto-py-to-exe installed and also have the modules installed on the windows machine
auto-py-to-exe
Executable files will be stored in the output
directory
Be sure to first have pyinstaller
installed before trying to build the project
Check out the pyinstaller docs for more info Pyinstaller docs
sudo pyinstaller --onefile ./attendance_<file_type>_parser.py
Binary files will be stored in the dist
directory