A Python toolkit for creating Windows application installers
Project description
Copyright (c) 2025 Amatak Holdings Pty Ltd.
winapp
This project is an automated AI utility suite. This README is auto-generated based on the project structure.
Project Structure
winapp/
├── .gitignore
├── .pypirc
├── LICENSE
├── MANIFEST.in
├── README.md
├── VERSION.txt
├── amatak-winapp.bat
├── amatak-winapp.pyw
├── amatak_winapp
│ ├── __init__.py
│ ├── assets
│ │ └── brand
│ │ ├── brand.ico
│ │ ├── brand.png
│ │ ├── brand_installer.bmp
│ │ └── license_agreement.pdf
│ ├── data
│ │ ├── VERSION.txt
│ │ └── __init__.py
│ ├── gui
│ │ ├── __init__.py
│ │ └── winapp_gui.py
│ ├── scripts
│ │ ├── __init__.py
│ │ ├── _init_scanner.py
│ │ ├── gen_readme.py
│ │ ├── gen_win.py
│ │ └── winapp_init.py
│ └── winapp.py
├── build
│ ├── bdist.win-amd64
│ └── lib
│ ├── amatak_winapp
│ │ ├── __init__.py
│ │ ├── data
│ │ │ ├── VERSION.txt
│ │ │ └── __init__.py
│ │ ├── gui
│ │ │ ├── __init__.py
│ │ │ └── winapp_gui.py
│ │ ├── main.py
│ │ ├── scripts
│ │ │ ├── __init__.py
│ │ │ ├── _init_scanner.py
│ │ │ ├── gen_readme.py
│ │ │ ├── gen_win.py
│ │ │ └── winapp_init.py
│ │ └── winapp.py
│ └── dist
│ └── __init__.py
├── dist
│ └── __init__.py
├── installer
│ └── win_installer.nsi
├── main.py
├── publish.py
├── pyproject.toml
├── requirements.txt
├── run_winapp.py
├── sample-app
│ ├── README.md
│ ├── assets
│ │ ├── brand
│ │ └── icons
│ ├── config.json
│ ├── docs
│ ├── gui
│ ├── main.py
│ ├── requirements.txt
│ ├── src
│ └── tests
├── setup.py
└── winapp.bat
Documentation & Modules
Setup
pip install -r requirements.txt
python main.py
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.3.tar.gz
(90.8 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.3.tar.gz.
File metadata
- Download URL: amatak_winapp-1.0.3.tar.gz
- Upload date:
- Size: 90.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb9c4f0fe3dd26ede5228e30af1deab7b708b87cacd28db2a895e495a16394e1
|
|
| MD5 |
2095bd8733a1abada8c6b797b950a466
|
|
| BLAKE2b-256 |
e4ea7ca63f7af19a7dff0c5f4ed58ae07f31912b25591e9d15bb8c86be0a77a0
|
File details
Details for the file amatak_winapp-1.0.3-py3-none-any.whl.
File metadata
- Download URL: amatak_winapp-1.0.3-py3-none-any.whl
- Upload date:
- Size: 95.8 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 |
6d3abae41ad523ad947802a44d266e301b27c2972775683db2ec3758f9c76cbb
|
|
| MD5 |
6aaaa42fd8ae74664d594dbfe8875126
|
|
| BLAKE2b-256 |
c2bb0944065d5c24963fbcd4f64dd95c63e8b1550caa51129255fe7105857a89
|