Create a simple desktop app with Python and PySide6 (PyQt6) & Qt Designer (Password generator)
CODERI
0:00 / 0:00
Create a simple desktop app with Python and PySide6 (PyQt6) & Qt Designer (Password generator)
2 812 просмотров · 3 г. назад
CODERI
45 подписчиков
2 812 просмотров · 3 г. назад
In this video we will create a simple python GUI desktop application using pyside6 and qt designer.
LINK ICON - https://fonts.google.com/icons?icon.q...
0:00 - create new project in PyCharm
0:23 - installing pyside6
1:07 - create new project in qt designer
1:12 - create ui in qt designer
14:11 - convert .qrc to .py
14:28 - convert .ui to .py
14:55 - create main app file (connect ui to main app)
18:56 - connect QSlider to QSpinBox
20:41 - create new python file buttons.py and using module string and acii
22:25 - create new python file password.py and function "create new password" using module secret
23:57 - create function get_characters
25:42 - create function set_password
29:15 - create function copy to clipboard