Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🇷🇺 Русская версия

📦 Installer Creator

Простой инструмент для создания установщиков Windows на Python.

🔧 Что делает

  • Упаковывает ваши файлы в один установщик
  • Создаёт красивый GUI установщик (CustomTkinter)
  • Устанавливает в выбранную папку (по умолчанию Program Files)
  • Запрашивает права администратора (UAC)
  • Создаёт ярлык на рабочем столе
  • Создаёт запись в меню «Пуск»
  • Может автоматически запустить программу после установки

✅ Успешно протестирован на Python 3.13.7


🚀 Как пользоваться

  1. Установить зависимости:
pip install customtkinter pyinstaller pywin32 winshell
  1. Запустить создатель:
python creator.py
  1. Указать:
  • Название приложения
  • Папку с файлами
  • Главный .exe файл
  • Иконку (по желанию)
  1. Готовый установщик появится в папке output/

📩 Связь:
👉 https://t.me/DISHACKER



🇬🇧 English Version

📦 Installer Creator

A simple tool for creating Windows installers using Python.

🔧 What it does

  • 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


🚀 How to use

  1. Install dependencies:
pip install customtkinter pyinstaller pywin32 winshell
  1. Run the creator:
python creator.py
  1. Enter:
  • Application name
  • Folder with your files
  • Main .exe file
  • Icon (optional)
  1. The ready installer will appear in the output/ folder

📩 Contact:
👉 https://t.me/DISHACKER

About

A tool for creating Windows installers. Packs your files into a ready-to-use .exe installer with GUI.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages