1

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?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Thugge
  • 208
  • 1
  • 4
  • 10

1 Answers1

2

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
M.javid
  • 6,387
  • 3
  • 41
  • 56