A better way to make GUIs for your Python apps Use HTML, JavaScript and CSS to make highly customized, cross platfrom desktop apps which use native Python backends. https://youtu.be/627VBkAhKTc
Note: This is for educational purposes only, this may not be efficient or bug-free. Code is optimised for Python 2.
- Python
- NodeJS
- electron.js
- python-shell
-
weather module:
- requests
- RapidConnect
-
face recognition module
- dlib
- openCV
- numpy
- face_recognition
-
object detection module
- Flask
- tensorflow
- keras
- scipy
- Make sure you have
electron.js
- download it by typingnpm install electron -g
. This is will install Electron.js and set up your PATH. - You can now run
npm start
inside thegui/
directory. - If you want to use the object detection module, make sure the flask server [object_detection.py] is up and running before starting the GUI.
- To use the object detection module, the image you want to use must be in the
engine
folder.