Python Eel desktop app tutorial | Great GUI apps using Python, HTML, CSS and JS | Todo eel app

Аватар автора
Кодовый гений СSS
Combine the power of HTML CSS and JS with Python to quickly build desktop apps. You can use nodejs libraries as well with python as backend using python eel. This is an alternative to electronjs. It is quite intuitive to work with and package eel apps. Below are the links for the potential problems you may encounter and other links I&talked about in the video. I&followed this up with a brief write-up. TIMESTAMPS: 00:00 Intro 00:17 Eel installation 00:39 Project structure 01:28 Send and receive data 05:20 Todo app - create and delete tasks 08:58 Todo app - get and display tasks 11:04 Advantages and drawbacks of python eel 1. Install Python Eel using pip: "pip install eel" is the command to install the eel package as you would any other package in python. The potential problem you may encounter is the Microsoft Visual C++ error. This is because to build the python wheel for the eel package, it requires some binaries that are shipped with Microsoft Visual Studio. So go to the stackoverflow link above and follow the instructions. The solution to any other error you encounter can be easily googled and obtained. 2. Project Structure: The project structure is how the files and folders are organized in a project. In the video, I use a a project structure inspired by the bloc architecture from flutter. The folders you will have are the web, logic and data folders. The web(ui) folder will contain all the front end files and logic such as your HTML, CSS and JS files. The logic...

0/0


0/0

0/0

0/0