A Python toolkit for creating Windows application installers
Project description
Copyright (c) 2025 Amatak Holdings Pty Ltd.
Amatak WinApp
A comprehensive Python toolkit for creating professional Windows application installers.
Installation
pip install amatak-winapp
# Create a new Windows application project
winapp create MyApp
# Navigate to project
cd MyApp
# Initialize with branding and documentation
winapp init
# Build the installer
To start your Project please install Win Project customizer to complet your entire project.
Project Tree
winapp/
├── .pypirc
├── LICENSE
├── MANIFEST.in
├── README.md
├── VERSION.txt
├── _init_scanner.py
├── amatak-winapp.bat
├── amatak-winapp.pyw
├── amatak_winapp
│ ├── __init__.py
│ ├── _init_scanner.py
│ ├── data
│ │ ├── VERSION.txt
│ │ └── __init__.py
│ ├── gui
│ │ ├── __init__.py
│ │ └── winapp_gui.py
│ ├── scripts
│ │ ├── __init__.py
│ │ ├── _init_scanner.py
│ │ ├── gen_readme.py
│ │ └── gen_win.py
│ └── winapp.py
├── amatak_winapp.egg-info
│ ├── PKG-INFO
│ ├── SOURCES.txt
│ ├── __init__.py
│ ├── dependency_links.txt
│ ├── entry_points.txt
│ └── top_level.txt
├── assets
│ └── brand
│ ├── brand.ico
│ ├── brand.png
│ └── brand_installer.bmp
├── bin
│ ├── __init__.py
│ └── amatak
│ └── __init__.py
├── dist
│ ├── __init__.py
│ ├── amatak_winapp-1.0.1-py3-none-any.whl
│ └── amatak_winapp-1.0.1.tar.gz
├── installer
│ └── win_installer.nsi
├── main.py
├── publish.py
├── pyproject.toml
├── requirements.txt
├── run_winapp.py
├── setup.py
└── winapp.bat
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
amatak_winapp-1.0.2.tar.gz
(90.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amatak_winapp-1.0.2.tar.gz.
File metadata
- Download URL: amatak_winapp-1.0.2.tar.gz
- Upload date:
- Size: 90.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f96fee183036c4f76248b8507dd8268848029de84146f4888eccc442d0a047c
|
|
| MD5 |
b4830c568b052a3dffcb8fb3a941ec48
|
|
| BLAKE2b-256 |
a43d9f7bb6fb1c5265c88ec90256f76efb9b49454c50025dc4961312dd6a14db
|
File details
Details for the file amatak_winapp-1.0.2-py3-none-any.whl.
File metadata
- Download URL: amatak_winapp-1.0.2-py3-none-any.whl
- Upload date:
- Size: 94.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f667753bbc07ba1f181da15f56d5ac38d7f27c31298ec0ba3c21dd5a9809d561
|
|
| MD5 |
181ee526207ddb9350a355b05c5482f9
|
|
| BLAKE2b-256 |
3789c2b3377379fe710969e793f642a6350010795695f979250191786cd1c397
|