Simple Todo GUI App in Python

preview_player
Показать описание
Today we learn how to build a simple todo app with a GUI in Python, using PyQt5.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

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

Wow, I made this as Django App as a practice project. This gui version looks good too.

rishitpant
Автор

I have these questions.

Should I watch YouTube videos in one go. And then after the video is over, should I just copy and paste the code and understand it? Or should I writing code while watching the video?
How can I make projects my own such that I can say this is what I made.

And one more question. How do develop coding logic?


Thanks,

mudasiralisamejo
Автор

Traceback (most recent call last):
File project\todo_app.py", line 12, in <module>
window = MyGUI()
File project\todo_app.py", line 8, in __init__
uic.loadUI("hajar_gui.ui", self)
AttributeError: module 'PyQt5.uic' has no attribute 'loadUI'
this is the error

hajardr
Автор

Now I think to myself, why don't you create a flask or django series? You could recreate this to app using flask and make it an executable

edilson_gudo
Автор

Hi ! Can you make a video about the MIT creator app for Android ? And make some project like the todo app or something else

buckdanny
Автор

Hi
I think very important to show how can we save this app to .exe file. And moreover how can we save as Android app.
Thank you for the video

shalunzaharov
Автор

Thank you for that tut :D I'm coding some app in tkinter right now so I'll see the differences between those libs :)
Also, could you tell me the name of the intro song? Thanks in advance :)

MrCipek
Автор

@NeuralNine Can you make a tutorial series on DJANGO? Btw I just subscribed!!

varunshrivastava
Автор

hey bro how you made your youtube intro

varunguptapy