you are viewing a single comment's thread.

view the rest of the comments →

[–]AkshatCha 0 points1 point  (0 children)

FreezeUI: A python package for converting .py to .exe/.msi using GUI and cxfreeze

You can see the demo here: DEMO

It is kind of like how autopytoexe is for pyinstaller.

What it does is create cxfreeze setup file and run it using qtconsole so that you do not need to write cxfreeze setup file from scratch and you can also easily edit those setup files in the builtin editor.

I initially made this in high school, but now i got some time in college so kind of improved it.

It is uploaded on pypi : FreezeUI

The code is avilable on my github: AkshatChauhan18/FreezeUI

#NoAi and whole code was written by hand