PyDracula - FREE DOWNLOAD [ GITHUB ] AND NEW PROJECT IN PROGRESS - Mordern GUI For Python Apps

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

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

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

    //// DOWNLOAD ////
    🔗 On GitHub after the video premiered:
    github.com/Wanderson-Magalhaes/Modern_GUI_PyDracula_PySide6_or_PyQt6
    Be a Patreon supporter to have early access to the projects and help me dedicate more time to the projects here on the channel!
    🔗 www.patreon.com/WandersonIsMyName

  • @alancarlos2639
    @alancarlos2639 3 года назад +9

    Seria excelente um curso na Udemy com esses projetos. \o/ Você é top!

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

    Was really excited for this, thanks!

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

    finally, just a few hours and we can finally enjoy it
    thank you

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

    Seriously , amazing , u just mixed great known dracula theme with Py ~ cool

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

    Awesome and Amazing 👍🏻

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

    i'm very grateful for what you're doing. I wanted to ask why do you choose Qt widgets over Qt QML in your projects? isn't QML the new thing: css like, flexible, and powerful? Sorry for the noob question!

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

    I have a question how do you remove the background color of an icon button ? I was trying to create a simple dark theme and i added an icon button but the button shows the icon and a white background , I tried to use transparent background color and it didn't remove the white background

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

    Amazing wave of contents and knowledge, love it. I am curious to know reason behind the switch from qt quick to qt widget. What do u prefer and why? Just curious to know

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

    Olá Wanderson, você é BR?
    Tem cursos de PySide6 em Português?
    Parabéns pelos videos são todos muito bom.

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

      Sou sim! Infelizmente somente em inglês, em português só tem um dois vídeos aqui no canal sobre Qt Widgets.

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

      @@WandersonItsMe oi mano, como faço para instalar no linux?

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

    Hi, I just have one question, why you add a "lambda: " before some function?

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

    Muito top, baixei aqui o code e vou tentar criar o meu "vendo o seu code kk"

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

    Opa Wanderson, não sei se você vai ler o comentário pelo vídeo ser antigo, mas curti muito o design que você criou pincipalmente do ícone, você usou o photoshop pra desenhar ele ou algum outro programa?

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

      Haha por sorte seu comentário apareceu aqui em destaque. Eu usei um programa para fazer desenhos vetoriais chamado Inkscape, é gratuito e muito bom.

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

      @@WandersonItsMe Nossa muito obrigado pela ajuda, comecei a programar recentemente e seus vídeos estão me ajudando muito, valeu mesmo cara, Sucesso!

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

    Fala Wanderson, tudo certo? Tu produz essas imagens que nem o pydracula ou pega de algum site?

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

      Olá, eu faço tudo, somente alguns ícones que são de um pacote open source, o restante eu desenho tudo.

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

    Hey @Wanderson. Thank you for this project. I am trying to use it, but running into some issues. When I use a QWebEngineView in the new_page of the stackedWidget the QWebEngineView is very very slow and unresponsive. I am loading google maps into the QWebEngineView, but even with a basic HTML file it is still slow and unresponsive

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

    hi... You teach at other level, Thank you.. God bless You.. Can you make a tutorial about personalized slider but not QML? similar to Pytoggle.

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

    Looks beautiful,
    Is this ui safe to use?
    Or has anyone noticed some security concerns or vulnerabilities
    Hidden in the project?

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

      Thanks! How safe to use? This project just use PySide to work and is open source, you have access to all files 😃

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

    Hello thanks for PyDracula it is wonderful I want to ask you why we need python 3.9 can we use 3.8 or what we need to use pyDracula on python 3.8 ??

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

    In GitHub read me modules/: line 'PyDragula' I think It will be 'PyDracula'

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

      Thanks for reply, is many lines of code and my English is very bad haha, probably have much more wrong words 😅

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

      @@WandersonItsMe It's ok , you are great.

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

    Error:: Traceback (most recent call last):
    File "main.py", line 5, in
    from .protocol_data.msi_keymaps import AVAILABLE_MSI_KEYMAPS
    ImportError: attempted relative import with no known parent package

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

    Hi Wanderson! Really appreciate your work! It's been very important for me. One thing I would like to add is "aero snap" in Windows with a frameless app like this. How can I achieve? Thanks again :)

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

      Unfortunately not by default. You can try to use another modules win for that but this can generate many problems. Only Electron JS have all this features by default when you set a custom title bar / frameless window.

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

      @@WandersonItsMe thanks for your answer! :D I want to tell you that I’ve luckily found a solution for that on GitHub. There’s a very interesting project, maybe you can have a look ;) You’re far way more expert than me 😜
      github.com/zhiyiYo/PyQt-Frameless-Window
      I’ve implemented this functionality in a gui like yours. That’s amazing

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

    Is there any video series for this 'PyDracula' project so that we can learn step by step?

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

      Hi, Have a presentation and tutorial video in the description.

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

    thank you very much.

  • @joshuarfernandon.deleon9822
    @joshuarfernandon.deleon9822 2 года назад +1

    I'll wish pay for a tutorial

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

    Thanks man

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

    Nice 👌

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

    How can I create another menu in the left menu

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

    can you make custom timeline ui as in video editor

  • @LeandroAlves-rc2qg
    @LeandroAlves-rc2qg 3 года назад

    Opa Wanderson, trampo duka! Parabens !!! Dúvida: pela licença free, podemos alterar as imagens do app como por exemplo a img principal da home? Questiono pois ao tentar alterar a img PyDracula_vertical.png por outra (na mesma pasta images, com mesma dimensão e extensão png), eu recebo "Could not create pixmap from".

    • @LeandroAlves-rc2qg
      @LeandroAlves-rc2qg 3 года назад

      Consegui, faltava adicionar a imagem no resource pra que pudesse ser reconhecida e recriar o resource_rc.py

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

    Hi RUclipsr, can you make a video on how to combine c++ and python in making a program.

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

    I'm waiting.

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

    nose que es pero me lo instalare porque se ve bueno

  • @gvozdev-leonid
    @gvozdev-leonid 3 года назад

    Hi, can I use only qss file with my application?

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

      Qt only accepts Qt Style Sheet (QSS), it is not the same thing as CSS, even though it looks very similar.
      You can rename the file to CSS so that your text editor recognizes it as CSS, but they are not the same.

    • @gvozdev-leonid
      @gvozdev-leonid 3 года назад

      @@WandersonItsMe I know how to use a ready-made style with a qss file, it can be applied to application. But I am interested in the question, do you have a similar file not only for this application, but simply styling all possible widgets? I really like this style, but for example I want to write my application without using pydracula

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

    how to install PySide6

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

      pip install pyside6. it's in the readme, come on man. you have to try to solve things for yourself before asking others.