[Python] Use PyInstaller package to make a exe file from Python file
PyInstaller is a very convenience Python module, its goal is make a exe file from Python file.
Because that, we can convenience to give our program to our friends if their computer have no Python (That's possible!)
PyInstaller is a module you need.
Read More »[Python] Use PyInstaller package to make a exe file from Python file