Простой инструмент для создания установщиков Windows на Python.
- Упаковывает ваши файлы в один установщик
- Создаёт красивый GUI установщик (CustomTkinter)
- Устанавливает в выбранную папку (по умолчанию
Program Files) - Запрашивает права администратора (UAC)
- Создаёт ярлык на рабочем столе
- Создаёт запись в меню «Пуск»
- Может автоматически запустить программу после установки
✅ Успешно протестирован на Python 3.13.7
- Установить зависимости:
pip install customtkinter pyinstaller pywin32 winshell- Запустить создатель:
python creator.py- Указать:
- Название приложения
- Папку с файлами
- Главный
.exeфайл - Иконку (по желанию)
- Готовый установщик появится в папке
output/
📩 Связь:
👉 https://t.me/DISHACKER
A simple tool for creating Windows installers using Python.
- Packs your files into a single installer
- Generates a modern GUI installer (CustomTkinter)
- Installs into selected directory (default:
Program Files) - Requests Administrator privileges (UAC)
- Creates Desktop shortcut
- Creates Start Menu entry
- Can auto‑launch the app after installation
✅ Successfully tested on Python 3.13.7
- Install dependencies:
pip install customtkinter pyinstaller pywin32 winshell- Run the creator:
python creator.py- Enter:
- Application name
- Folder with your files
- Main
.exefile - Icon (optional)
- The ready installer will appear in the
output/folder
📩 Contact:
👉 https://t.me/DISHACKER