Python & ElectronJS Building Desktop GUI Application

preview_player
Показать описание
Join Django & Django REST Framework Course in Udemy

In this Python & ElectronJS video we are going to learn about Building Desktop GUI Application with ElectronJS and Python.

Join My Skillshare Courses

You can support me in Patreon

Table of Content Python & ElectronJS Building Desktop GUI Application

0: Course Introduction = 00:00:00
1: Installation = 00:01:53
2: Creating Flask App = 00:05:00
3: SQLAlchemy Setup = 00:09:13
4: Creating Routes = 00:15:52
5: ElectronJS Installation = 00:33:23
6: ElectronJS GUI Window = 00:37:41
7: ElectronJS Menu = 00:43:14
8: ElectronJS Reloading = 00:47:17
9: Electron Adding Bootstrap = 00:50:03
10: ElectronJS & Python Insert Data = 00:52:17
11: ElectronJS & Python Get Data = 01:06:01
12: ElectronJS & Python Delete Data = 01:20:53
13: ElectronJS & Python Update Data = 01:24:20

#Python#ElectronJS#GUI
Рекомендации по теме
Комментарии
Автор

Nice. My question now is, how do you now package it into a desktop app? Now it is, the flask sever is running.

TheAremoh
Автор

How can you package this application and be able to send it to other people to use. I am looking for something similar to pyinstaller

DenzoY
Автор

how I can Package the project? because when I try to package, only the front works, flask doesnt

danielalejandro
Автор

Great tutorial. It would be good to learn how to make the app distributable for all platforms.

ethanconnelly
Автор

its a perfect tutorial,
i will try to implement it to the django :D

berkefekeskin
Автор

So Python has to be compiled to an executable and be packaged with electron as a side car.

mehdideilami
Автор

Hey I need some help
I'm totally confused,

I just completed my project, and I have no idea how to take it online...
I created a business management app on windows using electron and a client app on Android, how do I connect them together such that they can send and receive data and update each other, and I would also like to give an option to the user to back up there data some were (maybe to my own raspberry pie)..

The apps are complete just the part were I have to link them together to send & receive data is were I have no idea what to do or were to get started
Need some ( maybe a lot of guidance )

Thehighschoolscientistforever
Автор

Nice. my program has flask, sqllachemy, jinja2 and base.html which extends to other html. How could I use the electron to convert my app to desktop app?

MKSundaram
Автор

What technology should I learn, ElectronJS or pyqt ? I want to build app in linux

shbita
Автор

Excellent Tutorial Sir. Thank you for sharing. I've noticed a bug. If you update an register it does well but then when I want to insert a new one just update the last i've updated. I tried to call insertData() inside updateData at the end but it doesn't work, the app still updating the last one I updated instead adding. it just add a new register if i close it and open again. Thank you so much.

PerezJuan
Автор

When the app is packaged, how the flask server will be started?

slightlytannedyuhs