https://github.com/harmindersinghnijjar/python-eel-examples
A collection of examples for common features that you may want to implement in your Python Eel application. Each folder contains a practical example in a minimal, self-contained app.
https://github.com/harmindersinghnijjar/python-eel-examples
arithmetic css current-time dark-theme eel eel-python greetings hello-world html iss-live-tracker javascript lastfm lastfm-api light-theme osrs python random-number-generator rng runescape
Last synced: 6 months ago
JSON representation
A collection of examples for common features that you may want to implement in your Python Eel application. Each folder contains a practical example in a minimal, self-contained app.
- Host: GitHub
- URL: https://github.com/harmindersinghnijjar/python-eel-examples
- Owner: harmindersinghnijjar
- Created: 2023-02-26T01:33:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T23:08:02.000Z (over 2 years ago)
- Last Synced: 2025-04-04T00:03:36.470Z (6 months ago)
- Topics: arithmetic, css, current-time, dark-theme, eel, eel-python, greetings, hello-world, html, iss-live-tracker, javascript, lastfm, lastfm-api, light-theme, osrs, python, random-number-generator, rng, runescape
- Language: HTML
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-eel-examples
A collection of examples for common features that you may want to implement in your Python Eel application. Each folder contains a practical example in a minimal, self-contained app.## Examples
### arithmetic-operations
Description: A Python Eel arithmetic operations application using Python, HTML and JavaScript.
### current-time
Description: A Python Eel application to display current time using Python, HTML, and JavaScript.
### dark-theme
Description: A Python Eel dark mode application using Python and JavaScript.
![]()
### greetings
Description: A Python Eel greetings application using Python and HTML.
### hello-world
Description: A Python Eel hello world application using Python and JavaScript.
### iss-location
Description: A Python Eel application to display the current location of the International Space Station (ISS) using Python and JavaScript.
### lil-durk-top-songs
Description: A Python Eel application to display Lil Durk's top 50 songs using Python and JavaScript.
### oldschool-runescape-stats
Description: A Python Eel OSRS hiscores application using Python and JavaScript.
### random-number-generator
Description: A Python Eel random number application using Python and JavaScript.