-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
16 lines (13 loc) · 756 Bytes
/
README.txt
File metadata and controls
16 lines (13 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PyshareX - required packages
Install with the command: pip install -r requirements.txt
Program should be run with pythonw.exe
in Windows you can make shortcut: "pythonw.exe <SCRIPT_PATH>"
For the icon to be visible in the app, the .ico file must be inside "icons" folder and the "icons" folder must be in the same folder with .pyw script.
Optional - video recording (also requires ffmpeg installed on the system)
ffmpeg must be installed separately:
Windows: https://ffmpeg.org/download.html (or: winget install ffmpeg)
Linux: sudo apt install ffmpeg
macOS: brew install ffmpeg
Optional - OCR (requires tesseract in the system)
Windows: https://github.com/UB-Mannheim/tesseract/wiki
Linux: sudo apt install tesseract-ocr tesseract-ocr-pol