-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Klaus Jackson edited this page Apr 24, 2024
·
1 revision
All tutorial videos are in the Tutorials Videos directory in the main branch of this repo so no need for more details about how to use the app.
But about the further instruction on how to use Custom_Widgets library (Author: Khamisi Kibet), I think you should go check out his Github instead. Important links of his social media accounts are in this repo's README.md, at the Note heading. Everything on how to use the library is on there, go check it out.
- Install the library in the terminal with
pip install QT-PyQt-PySide-Custom-Widgets
. - Must create an empty folder then open the terminal in this directory (on path bar, type cmd and hit Enter or right click), this is where to save the project files.
- Type
Custom_Widgets --create-project
in that terminal. Now adjust the project to your preferences.
For my tutorials about how to make desktop application using Custom_Widgets, you can check out the author's YouTube channel, very detail, from scratch to bottom.
Klaus Jackson