Metadata-Version: 2.4
Name: amatak-winapp
Version: 1.0.6
Summary: A Python toolkit for creating Windows application installers
Home-page: https://github.com/amatak-org/amatak_winapp
Author: Amatak Development Team
Author-email: amatak.io@outlook.com
Project-URL: Bug Reports, https://github.com/amatak-org/amatak_winapp/issues
Project-URL: Source, https://github.com/amatak-org/amatak_winapp
Keywords: windows,installer,nsis,pyinstaller,packaging
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohappyeyeballs==2.6.1
Requires-Dist: aiohttp==3.13.2
Requires-Dist: aiosignal==1.4.0
Requires-Dist: altgraph==0.17.5
Requires-Dist: attrs==25.4.0
Requires-Dist: beautifulsoup4==4.14.3
Requires-Dist: black==25.12.0
Requires-Dist: build==1.3.0
Requires-Dist: certifi==2025.11.12
Requires-Dist: charset-normalizer==3.4.4
Requires-Dist: click==8.3.1
Requires-Dist: colorama==0.4.6
Requires-Dist: docutils==0.22.4
Requires-Dist: flake8==7.3.0
Requires-Dist: fpdf==1.7.2
Requires-Dist: frozenlist==1.8.0
Requires-Dist: id==1.5.0
Requires-Dist: idna==3.11
Requires-Dist: iniconfig==2.3.0
Requires-Dist: jaraco.classes==3.4.0
Requires-Dist: jaraco.context==6.0.1
Requires-Dist: jaraco.functools==4.4.0
Requires-Dist: joblib==1.5.3
Requires-Dist: keyring==25.7.0
Requires-Dist: Markdown==3.10
Requires-Dist: markdown-it-py==4.0.0
Requires-Dist: mccabe==0.7.0
Requires-Dist: mdurl==0.1.2
Requires-Dist: more-itertools==10.8.0
Requires-Dist: multidict==6.7.0
Requires-Dist: mypy_extensions==1.1.0
Requires-Dist: nh3==0.3.2
Requires-Dist: numpy==2.4.0
Requires-Dist: packaging==25.0
Requires-Dist: pandas==2.3.3
Requires-Dist: pathspec==0.12.1
Requires-Dist: pefile==2024.8.26
Requires-Dist: pillow==12.0.0
Requires-Dist: platformdirs==4.5.1
Requires-Dist: pluggy==1.6.0
Requires-Dist: propcache==0.4.1
Requires-Dist: psutil==7.2.0
Requires-Dist: pycodestyle==2.14.0
Requires-Dist: pyflakes==3.4.0
Requires-Dist: Pygments==2.19.2
Requires-Dist: pyinstaller==6.17.0
Requires-Dist: pyinstaller-hooks-contrib==2025.11
Requires-Dist: pyproject_hooks==1.2.0
Requires-Dist: PyQt6==6.10.1
Requires-Dist: PyQt6-Qt6==6.10.1
Requires-Dist: PyQt6_sip==13.10.3
Requires-Dist: pytest==9.0.2
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: python-magic==0.4.27
Requires-Dist: pytokens==0.3.0
Requires-Dist: pytz==2025.2
Requires-Dist: pywin32==311
Requires-Dist: pywin32-ctypes==0.2.3
Requires-Dist: readme_renderer==44.0
Requires-Dist: reportlab==4.4.7
Requires-Dist: requests==2.32.5
Requires-Dist: requests-toolbelt==1.0.0
Requires-Dist: rfc3986==2.0.0
Requires-Dist: rich==14.2.0
Requires-Dist: scikit-learn==1.8.0
Requires-Dist: scipy==1.16.3
Requires-Dist: setuptools==80.9.0
Requires-Dist: six==1.17.0
Requires-Dist: soupsieve==2.8.1
Requires-Dist: threadpoolctl==3.6.0
Requires-Dist: twine==6.2.0
Requires-Dist: typing_extensions==4.15.0
Requires-Dist: tzdata==2025.3
Requires-Dist: urllib3==2.6.2
Requires-Dist: watchdog==6.0.0
Requires-Dist: winshell==0.6
Requires-Dist: yarl==1.22.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Copyright (c) 2026 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
├── Anna
│   ├── LICENSE
│   ├── README.md
│   ├── VERSION.txt
│   ├── __init__.py
│   ├── assets
│   │   ├── brand
│   │   │   ├── brand.ico
│   │   │   ├── brand.png
│   │   │   ├── brand_installer.bmp
│   │   │   └── license_agreement.pdf
│   │   └── icons
│   ├── config.json
│   ├── gui
│   │   └── __init__.py
│   ├── installer
│   │   ├── Amatak_Anna_Setup_v1.0.0.exe
│   │   └── win_installer.nsi
│   ├── main.py
│   ├── requirements.txt
│   ├── src
│   │   └── __init__.py
│   └── tests
│       └── __init__.py
├── 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
│   ├── installer
│   │   └── win_installer.nsi
│   ├── scripts
│   │   ├── __init__.py
│   │   ├── _init_scanner.py
│   │   ├── gen_readme.py
│   │   ├── gen_win.py
│   │   └── winapp_init.py
│   ├── this_init.py
│   └── winapp.py
├── amatak_winapp.egg-info
│   ├── PKG-INFO
│   ├── SOURCES.txt
│   ├── __init__.py
│   ├── dependency_links.txt
│   ├── entry_points.txt
│   ├── requires.txt
│   └── top_level.txt
├── assets
│   └── brand
│       ├── brand.ico
│       ├── brand.png
│       ├── brand_installer.bmp
│       └── license_agreement.pdf
├── buuuu
│   ├── LICENSE
│   ├── README.md
│   ├── VERSION.txt
│   ├── __init__.py
│   ├── assets
│   │   ├── brand
│   │   │   ├── brand.ico
│   │   │   ├── brand.png
│   │   │   ├── brand_installer.bmp
│   │   │   └── license_agreement.pdf
│   │   └── icons
│   ├── config.json
│   ├── gui
│   │   └── __init__.py
│   ├── installer
│   │   ├── Amatak_buuuu_Setup_v1.0.0.exe
│   │   └── win_installer.nsi
│   ├── main.py
│   ├── requirements.txt
│   ├── src
│   │   └── __init__.py
│   └── tests
│       └── __init__.py
├── cleanup_editable.py
├── dist
│   ├── __init__.py
│   ├── amatak_winapp-1.0.5-py3-none-any.whl
│   └── amatak_winapp-1.0.5.tar.gz
├── fdsfdsfdsf
│   ├── LICENSE
│   ├── README.md
│   ├── VERSION.txt
│   ├── __init__.py
│   ├── assets
│   │   ├── brand
│   │   │   ├── brand.ico
│   │   │   ├── brand.png
│   │   │   ├── brand_installer.bmp
│   │   │   └── license_agreement.pdf
│   │   └── icons
│   ├── config.json
│   ├── gui
│   │   └── __init__.py
│   ├── installer
│   │   ├── Amatak_fdsfdsfdsf_Setup_v1.0.0.exe
│   │   └── win_installer.nsi
│   ├── main.py
│   ├── requirements.txt
│   ├── src
│   │   └── __init__.py
│   └── tests
│       └── __init__.py
├── file.py
├── gen_nsi_main.py
├── gen_win_main.py
├── installer
│   ├── Amatak_WinApp_Generator_Setup_v1.0.2.exe
│   ├── Amatak_WinApp_Generator_Setup_v1.0.4.exe
│   └── win_installer.nsi
├── main.py
├── publish.py
├── requirements.txt
├── run_winapp.py
├── sample-app
│   ├── README.md
│   ├── VERSION.txt
│   ├── __init__.py
│   ├── assets
│   │   ├── brand
│   │   │   ├── brand.ico
│   │   │   ├── brand.png
│   │   │   └── brand_installer.bmp
│   │   └── icons
│   ├── config.json
│   ├── docs
│   │   └── __init__.py
│   ├── gui
│   │   └── __init__.py
│   ├── installer
│   │   └── win_installer.nsi
│   ├── main.py
│   ├── requirements.txt
│   ├── src
│   │   └── __init__.py
│   └── tests
│       └── __init__.py
├── setup.py
├── suhotest
│   ├── README.md
│   ├── VERSION.txt
│   ├── __init__.py
│   ├── assets
│   │   ├── brand
│   │   └── icons
│   ├── config.json
│   ├── gui
│   │   └── __init__.py
│   ├── installer
│   ├── main.py
│   ├── requirements.txt
│   ├── src
│   │   └── __init__.py
│   └── tests
│       └── __init__.py
├── sync_version.py
├── winapp.bat
└── youandme
    ├── LICENSE
    ├── README.md
    ├── VERSION.txt
    ├── __init__.py
    ├── assets
    │   ├── brand
    │   │   ├── brand.ico
    │   │   ├── brand.png
    │   │   ├── brand_installer.bmp
    │   │   └── license_agreement.pdf
    │   └── icons
    ├── config.json
    ├── gui
    │   └── __init__.py
    ├── installer
    │   ├── Amatak_youandme_Setup_v1.0.0.exe
    │   └── win_installer.nsi
    ├── main.py
    ├── requirements.txt
    ├── src
    │   └── __init__.py
    └── tests
        └── __init__.py
```
## Documentation & Modules
## Setup
```bash
pip install -r requirements.txt
python main.py
```
