https://github.com/sourdoughcat/platy
A Simple GUI for Generating QR Codes
https://github.com/sourdoughcat/platy
Last synced: 6 months ago
JSON representation
A Simple GUI for Generating QR Codes
- Host: GitHub
- URL: https://github.com/sourdoughcat/platy
- Owner: SourdoughCat
- License: mit
- Created: 2024-09-07T03:59:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T04:34:53.000Z (9 months ago)
- Last Synced: 2024-12-09T00:10:01.308Z (6 months ago)
- Language: Python
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Platy
Platy (named after platypus - weird, functional, and confusing to explain) is a qr code generator application written in Python with the goal to provide a single binary with a UI that is privacy perserving and does not require internet access to use.
This project is setup using `uv`
To start the app run:
```sh
uv run app.py
```To build app
```sh
uv run pyinstaller -w --onefile --name="platy" --icon="icon.ico" app.py
```