Skip to content

Latest commit

 

History

History
113 lines (53 loc) · 2.9 KB

README.md

File metadata and controls

113 lines (53 loc) · 2.9 KB

MultiMedia

UI file to py file

enter this code at terminal

Make PY file

  pyuic5 -x _uiFiles/example.ui -o modules/UI.py

before : using UI

using ui file

after : using PY

using py file

Make EXE file

enter this code at terminal

move to "modules" folder -> typo this code

Make EXE file

cd modules

pyinstaller -w -F basics.py

Project File

show project files

Always On Top

OnTop

Keyboard Event

Stop or Exit Video Player

Keyboard Event

Control UI

Keyboard Event

More Sensitive Keyboard Press

Keyboard Event

Question Box

Question Box

Mouse Tracking

Clicked Code

Show UI

File Open

File Open

we have to read path in Edit Text Box.

1st sentence is "Find File Path"

2nd sentence is "Convert List to String"

3rd sentence is "Append Later Finding"

File Size Down

File Size Down

pyinstaller -F -w --exclude pandas, --exclude numpy basi.py

Result

we can Size Down 290MB -> 57MB

  • But we use cv2, it need numpy. so other method apply to reduce size...

Fix

  • Make Virtual Enviroment in PyCharm

In Virtual

Eorror with latest version

  error: (-27:Null pointer) NULL window: 'video_1' in function 'cvMoveWindow'

checkVersion

latest version occured with my code.
so call back last version.

  • Result

Result