mjennings061 / viking-log-keeper

661 VGS - Collate gliding log sheets into a database and visual dashboard.
https://viking.streamlit.com/
MIT License
5 stars 0 forks source link

Moved imports to `__init__.py` #63

Closed mjennings061 closed 1 month ago

mjennings061 commented 3 months ago

Closes #62

mjennings061 commented 2 months ago

How to review this

  1. Run the following from the viking-log-keeper root directory:
git fetch origin
git checkout 62-tidy-up-packages
python -m venv .venv
.venv\Scripts\activate
setup.py install
  1. Then navigate to your desktop and see if the run_log_keeper.bat is there

image

mjennings061 commented 2 months ago

~Might have found a better way using pyinstaller~ < This suggestion does not work at the moment. It creates an exe but get stuck when running because it cannot locate the Python312.dll file

pip install pyinstaller
pyinstaller --onefile --hidden-import=inquirer --hidden-import=readchar --copy-metadata readchar .\src\log_keeper\main.py