An open API service indexing awesome lists of open source software.

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.

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.