Add PyGUI to project

5.3k Views Asked by At

I am using Windows 7, with PyCharm (community version!) as an Python editor. I now want to begin using GUI elements for Python. I decided to go with PyGUI...

How can I add it as a library in PyCharm?

1

There are 1 best solutions below

0
On

Use this link for installing this library and then you can check the install status by referring to:

Menu FileSettingsProjectProject Interpreter

On this page, you can see a list of installed libraries and you can see the PyGUI library in the list if it is installed.

This library is not found in the regular Python package repositories.