🐍 Kadam Exe Maker

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.
✨ Features
- 🎨 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
.ico support.
- 🛠️ 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.
- ⚡ Real-Time Logs: View the build process live right in the application.
- Run the application:
- Select Script: Browse for your
.py file.
- 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
dist folder.
📦 Requirements
- Python 3.x
customtkinter
pyinstaller
pillow
🤝 Contributing
Feel free to fork this project and submit Pull Requests. Ideas and improvements are welcome!
Made with ❤️ by Kadam