xxxxxxxxxx
In PyCharm use External Tools to make exe
Settings -> External Tools
Name: PyInstaller Group: External Tools
Program: [PATH]\pyinstaller.exe
Argument: main.py
Working directory: $ProjectFileDir$
How to use:
In current project go to menu Tools -> External Tools -> PyInstaller
I hope it helps!