Make UI in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 มี.ค. 2024
  • In this video we go over how to use PyQt5 to Make UI in Python! PyQt is one of many UI frameworks that is available as a pip package. I decided to use PyQt for this video because it seemed like a simple straight forward UI framework for Python.
    Hope you enjoy!
    PyQt5: pypi.org/project/PyQt5/
    Python Classes Series: • Python Object Oriented...
    Python Tutorials: • Tutorials
    Past Live Streams: • Past Live Streams
    Join my Discord at / discord
    Thanks for watching! ❤️
    Timestamps:
    0:00 Intro

ความคิดเห็น • 4

  • @HCMSainacr
    @HCMSainacr 4 หลายเดือนก่อน

    try flet ,flutter for python support smartphones and
    same flutter widgets
    and same properties which make it easier

    • @jakeeh
      @jakeeh  4 หลายเดือนก่อน +1

      Oh that is awesome! I’ll check it out and maybe make a video on that. I do love flutter :)
      Thanks for your comment!

  • @drak4188
    @drak4188 4 หลายเดือนก่อน

    so you have to import each widget you want to use with PyQt then ? great vid by the way mate :)

    • @jakeeh
      @jakeeh  4 หลายเดือนก่อน

      Thanks Drak!
      Not necessarily, you should be able to just import PyQt5.QtWidgets and then use QtWidgets.QApplication for instance. But it’s not to be explicit sometimes :)