Build
Build Executable (Optional)
If you want you can package the program into your Windows standalone .exe although its better to use the stable version.
pyinstaller --onefile --windowed --noconsole fish_logger.py
If you want you can package the program into your Windows standalone .exe although its better to use the stable version.
pyinstaller --onefile --windowed --noconsole fish_logger.py