Skip to content

Adding your video and tablizing your images #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ 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

<img src="/samples/1.png" width="50%" />
<img src="/samples/3.png" width="50%" />


[![](http://img.youtube.com/vi/627VBkAhKTc/0.jpg)](http://www.youtube.com/watch?v=627VBkAhKTc "Making modern GUIs with Python and ElectronJS")

## Screenshots of the programme
| **At the start** | **Result** |
:-------------------------:|:-------------------------:
| <img src="/samples/1.png" width="50%" /> | <img src="/samples/3.png" width="50%" />

Note: This is for educational purposes only, this may not be efficient or bug-free. Also, this is just a demo on how
JS and Python can be used to interact together. This demo is *NOT* meant to show face detection or object detection.
Expand Down