Skip to content

Instantly share code, notes, and snippets.

@maxfil333
Last active June 17, 2024 06:57
Show Gist options
  • Save maxfil333/53a247ad069efdbb6a077f071f6a4049 to your computer and use it in GitHub Desktop.
Save maxfil333/53a247ad069efdbb6a077f071f6a4049 to your computer and use it in GitHub Desktop.
1. (CMD) -> OK X: \\10.10.0.3\docs Microsoft Windows Network
net use
2. (terminal)
pyinstaller --add-data "C:\Program Files\Tesseract-OCR;Tesseract-OCR" --onefile main.py
3) (terminal) -> main.spec
pyi-makespec main.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment