Skip to content

Latest commit

 

History

History
 
 

python-menus-toolbars

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Sample PyQt Application

A sample GUI application that shows how to create and use menus, toolbars, and status bars using Python and PyQt.

How to Run this Application

To run this application, you need to install PyQt5 on your Python environment. To do that, you can run the following commands in a terminal or command prompt:

$ pip3 install PyQt5

Once you have PyQt installed, you can run the application by executing the following command:

$ python3 sample-app.py

This command will launch the application, so you'll be able to experiment with it.

About the Author

Leodanis Pozo Ramos – @lpozo78[email protected]

License

  • This application is distributed under the MIT license. See LICENSE for details.

  • The set of icons used in this application are part of the TurkinOS icon theme, which is distributed under the GPL v3.0 license. See resources/LICENSE for details.