Thugge
Thugge

Reputation: 198

Add PyGUI to project

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?

Upvotes: 1

Views: 5382

Answers (1)

M.javid
M.javid

Reputation: 6637

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.

Upvotes: 2

Related Questions