PyDracula - Modern Gui Python / Flat Style - Qt Designer/PySide6 or PyQt6 [ FREE DOWNLOAD ]

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 253

  • @WandersonItsMe
    @WandersonItsMe  3 года назад +10

    //// DOWNLOAD ////
    🔗 Link to download the project in the video:
    ruclips.net/video/9DKc8fOj9TM/видео.html

  • @foljs5858
    @foljs5858 3 года назад +96

    An explanation of that we see here: the GUI is made with QT (a C++ GUI library) using their Python scripting bindings. What the video shows is not basically the UI, but the purple theme (a port of the Dracula) theme. So what this shows/sells is a "theme" you can use to style your QT and/or Python + QT applications to make them look like this. The actual GUI widgets, library etc is provided by QT.

    • @tamgaming9861
      @tamgaming9861 Год назад

      if i want to rebuild this kind of theme but without PyQT, is there a way? I dont like QT, bec. in the end its not free.

    • @j0ps-xfx
      @j0ps-xfx Год назад

      @@tamgaming9861 PySide6 is free.

  • @iqy5515
    @iqy5515 3 года назад +13

    this is stunningly beautiful, thank you for the sharing!

  • @xidecs
    @xidecs 3 года назад +41

    OMG How is this python? Kudos to you man, what a legend!
    EDIT: Just saw your other videos. Holy sh!t man, this is exactly what I needed for some of my past projects. You earned yourself a sub (thanks youtube for recommending me this channel)

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +3

      Thank you very much 😀, welcome to the channel!

    • @ashwin372
      @ashwin372 3 года назад

      Not python its Qt. But yes it looms good

    • @paulmichaelfreedman8334
      @paulmichaelfreedman8334 3 года назад +3

      @@ashwin372 It's Python with PyQt / Pyside modules.

    • @AlexJaeger716
      @AlexJaeger716 3 года назад

      @@paulmichaelfreedman8334 what does that mean? All the code written is in python? what about the designer? what is that for?

    • @paulmichaelfreedman8334
      @paulmichaelfreedman8334 3 года назад

      @@AlexJaeger716 Python is a modular language. PyQt/PySide are graphical modules, which can be loaded by the python script. The functions and classes in the modules are then available to use in the script. Qt designer is a helper app to layout your GUI design and configure buttons etc.. Best if you read up a bit on the subject, I can't explain very well.

  • @cassioalmeidaa
    @cassioalmeidaa 3 года назад +5

    Found your video on my homepage, I'm not a Python developer, I'm a web developer, but man, I MUST subscribe to a channel with such AWESOME material!

  • @TheFSX2007
    @TheFSX2007 3 года назад +19

    I can not believe it is based on python... It is really nice!!

    • @zuxel6
      @zuxel6 3 года назад +7

      it based on QT, python just script logic.

  • @EngenheirosNinjas
    @EngenheirosNinjas 5 месяцев назад

    Parabéns Wanderson, este é sem dúvidas um dos melhores , se não o melhor conteúdo sobre interfaces com o QT!

  • @quidelicia1
    @quidelicia1 3 года назад +3

    Awesome work. darker interfaces are cool to work with for very long periods of time.

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +1

      Thank you. Yes! Everything is dark color here haha. I work about 12 hours per day in my computer.

  • @張庭浩-j7q
    @張庭浩-j7q 3 года назад +2

    I like your project, Because it is clearly framework.Thank you for the sharing!

  • @28maitreyagupta21
    @28maitreyagupta21 3 года назад +1

    The most beautiful GUI i have seen.

  • @lenny5704
    @lenny5704 3 года назад +3

    I don´t know much about gui in python, but i know it´s not easy. It looks fantastic, brilliant work!

    • @ethanlee9633
      @ethanlee9633 3 года назад +4

      It's easier than you could ever imagine once you understand OOP.

    • @paulmichaelfreedman8334
      @paulmichaelfreedman8334 3 года назад +1

      @@ethanlee9633 Amen to that. Although I've known about python for quite some time now, I only recently really bit into it. Like..2 months ago. Now I am well on my way to create a fully custom car audio player build, including touchscreen, and 5 external buttons with 1 inch displays in them. I already have constructed a GUI(initially with qtdesigner, then changed a buttload to suit my needs) and setup the buttons, and i've connected and tested five 128x128 RGB displays and got that running over SPI/GPIO. That did cost ALL the GPIO ports save two. And it's more fun that I ever thought it would be, as normally I really am not a programmer. But python really is fun to work with.

    • @SunSin91
      @SunSin91 3 года назад

      its easy with QT designer. I've been working on multiple raspberry projects last 3 years with qt as base and it just works, and theres soo many libraries within QT you can utilize.

  • @kazimafzal
    @kazimafzal 3 года назад +4

    This is sooo amazing! I would actually pay to see a step by step tutorial of building this theme end-to-end -- I downloaded QT Designer and tryna play around but would love detailed tutorial as stated above! Thanks for sharing!

  • @ComputerScienceSimplified
    @ComputerScienceSimplified 3 года назад +3

    Awesome video, keep up the incredible work! :)

  • @alwaysgood3913
    @alwaysgood3913 3 года назад +1

    Could you explain the toggle menu? How did you achieve the hide only till icons but expand to show text? I tried this but when I run it, it's funky. So could you show us how to properly design the UI to achieve the above?

  • @MrAndriyevski
    @MrAndriyevski 3 года назад

    WOW it's wonderful and amazyng ! You are great hacker !

  • @prasadkadu9737
    @prasadkadu9737 3 года назад

    Finally a great UI framework... Tkinter always sucked but didn't had any option ... Till now

  • @lokinho960
    @lokinho960 3 года назад +2

    Caraca! Comecei a usar o pyqt5 mas só faço gambiarra kkkk boa aula

  • @lamtn862004
    @lamtn862004 3 года назад +1

    Thank you for your dedicated work and for sharing.

  • @mujtabaaltayib7417
    @mujtabaaltayib7417 3 года назад +3

    you really switched my skills to another level, thank you for everything really thank you

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +2

      I am very happy to know that I have helped. Good studies!

    • @vineethmoturi4061
      @vineethmoturi4061 3 года назад

      Me too man, Glad he there for helping us. Thanks Wanderson be blessed

  • @requestfx5585
    @requestfx5585 3 года назад +1

    Bro it's so amazing you almost made me lose NNN

  • @5reka_vrur
    @5reka_vrur 3 года назад

    I'm new and that ui is so beatiful, i'm need 2 years more for scripting like you

  • @pedroaraujo5564
    @pedroaraujo5564 3 года назад +2

    Wanderson, qual a limitação do QT em relação à softwares comerciais?

  • @re_allyedge
    @re_allyedge 3 года назад +5

    What voice program are you using? I would like to use a similar one in my videos

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +4

      Is Microsoft Azure api, you pay by time of converting, 2 dollars after 5 hours.

  • @JfhuTheJedi
    @JfhuTheJedi 3 года назад +1

    This is so cool because I'm more of a backend kinda guy and front end work just isn't my thing.

  • @ruandemeneses9513
    @ruandemeneses9513 10 месяцев назад

    OS BR esbagaça meu amigo, não tem COMO

  • @Hazzahs
    @Hazzahs 3 года назад

    Thanks for the clear tutorial 👍 cant belieave how crisp and modern that looks for python 🤯🥳

  • @weixiong2279
    @weixiong2279 2 года назад

    it's so nice , I love that

  • @Param3021
    @Param3021 3 года назад +2

    Python OVERPOWERED 🔥🔥🔥

  • @The_David_Youtube
    @The_David_Youtube 3 года назад

    Where do you add functionality to the widgets? I created a few buttons inside the widgets.home widget, and would like to use them, in which file do I create the functions?

  • @reefhound9902
    @reefhound9902 Год назад

    On the widgets page, why is the checkbox round and looks just like the radiobutton?

  • @saeedalikhan7128
    @saeedalikhan7128 3 года назад +1

    Thanks sir your work is fantastic . I am working on PyQt5 form last year but i think GUI in python is not so famous. therefor now i have shifted my work to Web Framework like Django and Eel python library for GUI .

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +2

      I've heard about Eel, but it doesn't seem to have many native features of the systems yet. Good studies!

  • @Mohamm-ed
    @Mohamm-ed 3 года назад +3

    Awesome gui.

  • @mugabojoshua8411
    @mugabojoshua8411 Год назад

    Thank you for the Github

  • @panzorax.
    @panzorax. 3 года назад +2

    When you will share this repo ??

  • @hainter4607
    @hainter4607 3 года назад +1

    Very good GUI

  • @geodatacenter
    @geodatacenter 6 месяцев назад

    But there is commercial license for distributions with individuals or not??

  • @jlssartori1133
    @jlssartori1133 3 года назад

    thanks !
    I'm from brazilian...
    congratulations

  • @정인탁-u2p
    @정인탁-u2p 3 года назад

    Why doesn't the animation move smoothly when changed to the full screen?
    I couldn't find a solution.

  • @hannesreindl5714
    @hannesreindl5714 3 года назад

    say i was wondering, would it not make sense to implement a system so you can distribute the color palette to the widgets, in css / qss all the widgets are always addressed one by one with color code which makes changing or redesigning themes very time consuming.
    When i saw your hack, you used a python class injecting the css / qss code to the widget, so in theory it should be possible to setup a config with the color palette and then inject all those color values via python, this should only be a lot of time once and from that point on this should even be reusable for new color themes.

  • @提莫和小花
    @提莫和小花 3 года назад

    what beautiful gui i love this

  • @PanupatChong
    @PanupatChong 3 года назад

    Wow. I want to be as good as you one day.

  • @spristhd1840
    @spristhd1840 3 года назад +1

    How to install "Qt Designer 6" in Ubuntu?

  • @alejandroprieto2664
    @alejandroprieto2664 10 месяцев назад

    I have problems with drag and drop from the window. The window stays fixed and does not move.

  • @hyeonoppa
    @hyeonoppa 2 года назад

    What did you use to create the PyDracula_verticle logo?

    • @WandersonItsMe
      @WandersonItsMe  2 года назад

      Hi, I did using Inkscape software.

    • @adam_salah
      @adam_salah 2 года назад

      @@WandersonItsMe good choice!

  • @evalexp
    @evalexp 3 года назад +1

    So nice, I don't want to write some frontend code, I hope I could only care about the program's logic.

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +1

      This interface helps a lot in the projects, but it is good to know the basics about Qt Widgets before starting

    • @evalexp
      @evalexp 3 года назад

      @@WandersonItsMe of cause

  • @ivanraulsanchezdiaz5303
    @ivanraulsanchezdiaz5303 3 года назад

    When I download it from GitHub I get errors in ui_functions, it says that mainWindows is not defined, and neither are the Qt, it still works normal but it makes me anxious to see those errors haha, any solution :(?

  • @johnfasciotti1338
    @johnfasciotti1338 3 года назад

    "brazil"
    Brazilians: why you invoke me

  • @rodrigofarias900
    @rodrigofarias900 3 года назад +2

    Hello! Nice video! Does it work with python 3.7? Can I use it in pyqt5?

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +1

      I didn't get to test it, but I think so. However, some errors can happen.

  • @ggr.7901
    @ggr.7901 3 года назад

    Wonderful tuto. Thank you

  • @cemsarer9690
    @cemsarer9690 3 года назад +1

    Hollly... You just earned a new subsriber and a new patreon.
    Kind request. Can you please upload a video about how to convert these projects into executable files? It was very messy at PyQt5. Is PyInstaller or cx_freeze compatible with PySide6?
    Thank you, keep up the good work!

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +2

      Thank you very much for your support! haha I will release today this video: ruclips.net/video/s8dwNfnxYLo/видео.html

  • @joshualouisehonrado5269
    @joshualouisehonrado5269 2 года назад

    Hello good day! hope you notice this comment, I just wanna ask ser what IDE you use to make this modern GUI and their functions and animation as well and how did you do it?

  • @МарияФо-ф8е
    @МарияФо-ф8е 2 года назад

    Guys, am I the only one having problems running the program? I've downloaded it from Git and tryed to Run. But there is an error ImportError: cannot import name 'UIFunctions' from partially initialized module 'modules.ui_functions' (most likely due to a circular import)
    i've checked it's true. there is import in main.py of modules, where the file ui_functions is, and it has an import from main.py ...
    How to solve it? To put ui_functions code into main.py?

  • @nestord7843
    @nestord7843 Год назад

    one question, can this be combined with a rest api

  • @FireSecret
    @FireSecret 3 года назад +1

    I'm here to say you THANKS YOU SO MUCH! I'm using this GUI and I love it. You are a genius! And thank you for giving us your knowledge about Qt, PyQt/Pyside, and Python. I really appreciate this

    • @WandersonItsMe
      @WandersonItsMe  3 года назад

      Thank you very much 😀. Both are very similar using Qt features, have only some classes with different names and with PyQt you need to buy a license for comercial projects. PySide have official support by Qt Company and you don't need to buy a license to use, only for use yours softwares, like Qt Creator for commercial use.

    • @FireSecret
      @FireSecret 3 года назад

      @@WandersonItsMe I understand. About the interface, the only thing I recommend to you is to not use global variables and don't use "import *" because is a bad style of programming and that is bringing me some problems with the creation of dialogs. But aside from that everything else is perfect! Maybe someday I show you what I've created with it

  • @Tarucz
    @Tarucz 3 года назад +1

    Awesome video but what theme is that in ur vscode?

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +1

      "Dracula Theme" haha... This GUI is based on this theme.

  • @othoapproto9603
    @othoapproto9603 3 года назад

    the ManBun of themes

  • @keanepalmer7996
    @keanepalmer7996 Год назад

    Hello looking for help from anybody! I'm unable to get this to run unfortunately. I'm on a mac, if that makes any difference and when I run the main.py it loads but is super zoomed in and generally not functional. I think its because ui_functions.py has 42 problems. A lot of "MainWindow" is not defined. "QIcon" is not defined. Wondering if anyone else has run into this issue and come up with a fix? Any help would be amazing!! Thank you!!!

  • @davidkong9617
    @davidkong9617 3 года назад

    Can you please explain what is resources_rc and why do we need to import it into the UI file?

    • @WandersonItsMe
      @WandersonItsMe  3 года назад

      Qt use resources to be cross platform, this solution is used to prevent file path error in different OS

  • @LetMePickAUsernameAAAAAAAA
    @LetMePickAUsernameAAAAAAAA 3 года назад

    I assume the UI runs on gpu, unlike windows forms

  • @swannschilling474
    @swannschilling474 3 года назад

    Is that a tts voice? Its really good, I would like to use it too!

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +1

      Is the Microsoft Azure Text to Voice API

    • @swannschilling474
      @swannschilling474 3 года назад

      @@WandersonItsMe Nice, I might use that one too...I am German and I have horrible accent!! 😁

    • @swannschilling474
      @swannschilling474 3 года назад +1

      I subscribed to your channel!! Keep up the good work!!

  • @MdArif-pc9bz
    @MdArif-pc9bz 3 года назад

    Can you please help me to know which gui framework is more better PyQt6 or PySide6? And why?
    I've searched in google also but not getting a proper result and still I 'm confused?
    So please help me..

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +1

      PySide6 are very similar, but have option to write yours codes with with snake_case, but is not very productive yet because Qt Designer don't have this support. PySide6 don't have some modules like Qt Graphical Effects in Qt Quick.
      Read about PySide6: www.qt.io/blog/qt-for-python-6-released

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +1

      PySide6 is more free for commercial use LGPLv3

    • @MdArif-pc9bz
      @MdArif-pc9bz 3 года назад

      @@WandersonItsMe I used to build software with PyQt6 should I continue with this or I should move to the PySide6?

  • @mayobyohassan500
    @mayobyohassan500 2 года назад

    Can i convert this to QML, to use with c++. Thanks

  • @greeffinfule
    @greeffinfule 3 года назад +1

    Where to get Qt designer 6?

    • @greeffinfule
      @greeffinfule 3 года назад

      Its there in the pyside module folder

  • @guts8469
    @guts8469 2 года назад

    how do you change the logo? I tried creating my own and replacing in ui_main.py but it could work please help

  • @amitchaudhari7182
    @amitchaudhari7182 3 года назад +2

    Can anyone suggest me from where should I learn Pyside6 ?

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +2

      See this link, I study using this sites:
      www.qt.io/blog/qt-for-python-6-released
      doc.qt.io/qtforpython/PySide6/QtWidgets/index.html
      doc.qt.io/qtforpython/PySide6/QtQuick/index.html

  • @robier3989
    @robier3989 2 года назад

    hi , there is date time widget in pyqt6 ?

  • @Elijah_Lopez
    @Elijah_Lopez 3 года назад

    I was using pysimplegui but I don't think you can create this Gui with psg. This Gui is simply amazing and at the level of electron and c#. Actually great. How long did it take to code it? Either this or the first time you made a modern Gui?

  • @kai13man
    @kai13man 3 года назад

    instant sub

  • @ojogylych1593
    @ojogylych1593 3 года назад +2

    Super video but I can't watch it on my phone, cause no chance to watch on a large screen.

  • @KaladharGopal
    @KaladharGopal 3 года назад

    How can I install Pyside6 ?? I am trying to install with my windows terminal with this command "python -m pip install Pyside6" but it is showing error that it couldn't find any version to statisfy the requirement, please help me in this .

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +2

      Python versions supported: Python >=3.6,

    • @KaladharGopal
      @KaladharGopal 3 года назад +1

      @@WandersonItsMe Oh! Thank you

    • @KaladharGopal
      @KaladharGopal 3 года назад +1

      Sir, I am struggling with QThread, please a dedicated video on that on how can we use it with different widgets and to do background Processes ki doing internet speed test with speedtest library or playing sound with playsound instead of using Pyqt's own function, that would be helpful for other things too.

  • @nixaristix1819
    @nixaristix1819 3 года назад

    This is cool! But my choice is Electron :P

  • @davidfadida1930
    @davidfadida1930 2 года назад

    Hello,
    How can i add checkbox to the combobox list ?

  • @ghzich017
    @ghzich017 3 года назад +1

    wonderfullll!!!!

  • @PaperBenni
    @PaperBenni 3 года назад

    dang your text to speech engine is amazing!
    What are you using?

  • @blessanalex5052
    @blessanalex5052 3 года назад

    Can we use Pyside for commercial purposes? Without paying for it.

    • @WandersonItsMe
      @WandersonItsMe  3 года назад

      Yes, PySide is LGPLv3, but have some modules GPL, so the best way is to check with Qt about that.

  • @kivymdkorea4631
    @kivymdkorea4631 3 года назад

    I use pyqt and kivy as Python's Gui framework. When making desktop apps, I use pyqt rather than kivy. I like qtdesigner and pyqt is easier than kivy. However, it is difficult to support mobile with pyqt5, so I use kivymd inevitably. Is it difficult to create mobile apps as easily as kivy with pyqt5? If that happens, I would only use pyqt5.

    • @paulmichaelfreedman8334
      @paulmichaelfreedman8334 3 года назад +1

      I could not get kivy to work, although I've read that Kivy is the best option for touchscreen GUI. Should give it another try now that I have more experience. Now working with PyQt5 for constructing a car audio player GUI.

    • @swoodc
      @swoodc 2 года назад

      @@paulmichaelfreedman8334 did you write about uour car audio player on reddit? i swesr ive hesrd of this before

  • @lucas3820
    @lucas3820 2 года назад +1

    Cara imagino que vc coloca um texto para que a máquina faça a narração, seria muito pedir pra esse mesmo conteúdo ser disponibilizando no vídeo como legendas em português, ficaria muito grado. Vlw

  • @dsallen0716
    @dsallen0716 3 года назад

    thank you for sharing!

  • @sherafati
    @sherafati 3 года назад +1

    Can't believe you created this using only QSS, wouldn't it have been easier of you'd created it with QML? Which one is a better practice and has more flexiblity?

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +1

      QML would be easier to create this application, the problem I have been having some problems with QML that I can't debug, the application closes without generating any error (it happened with C++ too). Qt Widgets seems to be more stable today.

    • @baieEtMotte
      @baieEtMotte 3 года назад

      @@WandersonItsMe QML is not less stable than widgets

  • @colinmaharaj
    @colinmaharaj 3 года назад

    I'll stick with C++ Builder and Delphi for gui dev. Drag and drop since 1997.

  • @frettmann5317
    @frettmann5317 2 года назад

    Thank u for lesson 👍

  • @Secrets772
    @Secrets772 3 года назад

    Hi, I am doing my project in Pyqt4 and it is a text editor some problems that can you help me fix this problem is my dream project I spent two and half years for this please help me, please I have
    my text editor is advanced level than notepad my text editor as a photo editing feature totally I have 5 problems to fix hear I attach a video of a problem it's too difficult to explain in E_mail this is my portfolio project and I have spent three years to develop this project so it's my dream

  • @杨宇-e5e
    @杨宇-e5e 3 года назад

    For some reasons, I can't pay the fee. Could you please help me

  • @wasimlhr
    @wasimlhr 4 месяца назад

    thanks and donated!

  • @kimjames6177
    @kimjames6177 3 года назад

    Is there a url where I can check the pyside6 sample gui?

    • @WandersonItsMe
      @WandersonItsMe  3 года назад

      PySide6 is very similar to PySide2, you can consult other projects here on channel about PySide2 understand about the sample GUI

  • @nabil.saadouni
    @nabil.saadouni 3 года назад

    And for protection of the exe how to protect it from reverse engineering

  • @MEGAmcFOREVER
    @MEGAmcFOREVER 2 года назад

    Excelente conteudo! Estou editando este arquivo, porém estou com algum problemas, conseguiria me ajudar?

  • @MdArif-pc9bz
    @MdArif-pc9bz 3 года назад +1

    Can you please make a video on how to make PyQt software responsive?

    • @WandersonItsMe
      @WandersonItsMe  3 года назад +1

      See here on the channel, all videos have content about responsive GUI :D. I'm using PySide, but is the same thing of PyQt, are very compatible.

    • @Sergio-qb1dk
      @Sergio-qb1dk 3 года назад +3

      When you test the gui in different resolutions you will see the Qss is not perfecto, for example, personal Qcheckbox with an URL image in stylesheet, borders with 1px, etc. In fullhd resolution see ok but in 4k its too small, worse if the monitor panel is retina, the solution for me its to have various Qss templates and check de screen resolution with QDesktopscreen and load the corresponding template at the begining of the application.

  • @nikudayo7927
    @nikudayo7927 3 года назад

    Where can I download that nice vscode theme?

    • @nikudayo7927
      @nikudayo7927 3 года назад

      nvm I found them: vscodethemes.com/search?q=Dracula

  • @YottaBiter
    @YottaBiter 3 года назад

    kivy beats all these pretty easy

    • @WandersonItsMe
      @WandersonItsMe  3 года назад

      Kivy is good, but Qt is much more complete and stable because is old and have a big community reporting bugs by years. But Kivy have a good future too.

    • @YottaBiter
      @YottaBiter 3 года назад

      Yeah kivy is just like a newborn baby next to Qt. But its workflow made it fun to learn for me.

    • @WandersonItsMe
      @WandersonItsMe  3 года назад

      Yes, I like the Kivy workflow.

  • @marcroallen2450
    @marcroallen2450 3 года назад

    Where could I get it?

  • @softwareprofessional7043
    @softwareprofessional7043 3 года назад

    Awesome

  • @jaelsondossantos4023
    @jaelsondossantos4023 3 года назад +4

    Pyside6 is real?

    • @WandersonItsMe
      @WandersonItsMe  3 года назад

      Yes, the new realease about Qt6 pypi.org/project/PySide6/

  • @gatesfranck4973
    @gatesfranck4973 2 года назад

    Sil vous plaît, votre fonds d'écran me plaît ! Je peux l'avoir ?😅

  • @__________________________6910
    @__________________________6910 3 года назад +1

    I'm waiting for May 1st 2021

  • @ibrahimEl3arbi
    @ibrahimEl3arbi 2 года назад

    thank you sir 👍.

  • @sksahil4374
    @sksahil4374 3 года назад +1

    What about kivymd ?

    • @WandersonItsMe
      @WandersonItsMe  3 года назад

      Qt is the best option today for Desktop, is more stable because is old, many bug fixed and have Graphical IDE, this helps a lot in production.

  • @gm9482
    @gm9482 3 года назад +1

    Maneiro demais

  • @ashwin372
    @ashwin372 3 года назад +3

    Would prefer a video on how you customised everything

    • @stuardbrtube
      @stuardbrtube 3 года назад +1

      Would prefer a comment of people that watched the other videos and learned how to do it themselves...

  • @samstheme
    @samstheme 3 года назад

    How do I update to such windows?