Presentation: http://www.slideshare.net/VishalAditya/hand-gesture-game-simulator-practical-presentation-ii
GitHub: https://github.com/vsl-tech/hggsGUI/
Dependencies: Python2.7, PyQt4, PyInstaller
How to start developing?
- Design Window UI using QtDesigner
- Convert .ui to .py file for linking, event handling & controls
- Open cmd, cd to your directory & run commands below
- c:/Python27/Lib/site-packages/PyQt4/pyuic4.bat -x yourUI.ui -o yourPy.py
- Tutorials for event/signal processing: http://zetcode.com/gui/pyqt4/firstprograms/
- Create .exe file using http://www.pyinstaller.org/
- Now, create desktop shortcut & enjoy!
Comment for errors/issues!
0 comments:
Post a Comment
Thanks for your comment. We will try to reply as soon as possible.
Regards
VSL Creations