Kadam Exe Maker is a modern, beautiful GUI wrapper for PyInstaller. Convert your Python scripts into standalone executable (.exe) files with just a few clicks, featuring a sleek dark-mode interface built with CustomTkinter.
- π¨ Modern Dark GUI: A clean, professional interface that makes building apps easy.
- π Asset Bundling: Easily include entire folders (images, data files) inside your EXE.
- πΌοΈ Custom Icons: Give your app a professional look with custom
.icosupport. - π οΈ Advanced Control:
- OneFile Mode: Bundle everything into a single portable
.exe. - No Console: Perfect for GUI applications (hides the black command window).
- Hidden Imports: Manually fix missing module errors.
- OneFile Mode: Bundle everything into a single portable
- β‘ Real-Time Logs: View the build process live right in the application.
- Run the application:
python main.py
- Select Script: Browse for your
.pyfile. - Customize:
- Name your app.
- Add an Icon.
- (Optional) Add an Asset Folder if your script uses images/data.
- Build: Click BUILD EXECUTABLE and watch it go! π
- Find your new app in the
distfolder.
- Python 3.x
customtkinterpyinstallerpillow
Feel free to fork this project and submit Pull Requests. Ideas and improvements are welcome!
Made with β€οΈ by Kadam