In this video, I demonstrate how to use the Python package Eel to create applications that have a Web UI with a Python backend.
We will be making a Youtube Downloader in order to learn eel thoroughly.
"Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries.
Eel hosts a local webserver, then lets you annotate functions in Python so that they can be called from Javascript, and vice versa.
Eel is designed to take the hassle out of writing short and simple GUI applications. "
Chapters :
Introduction 00:46
Requirements 02:38
Coding 04:53
Packaging 20:44
Source Code : https://mega.nz/file/YRUAgDqC#K1INRGe...
Try Application Here : https://mega.nz/file/EE9WyQ6T#dGc7Hw6...
Eel : https://github.com/ChrisKnott/Eel
Thanks For Watching This Video.
Tags :
#Python #Eel #GUI