ALPHA: A fast and simple GUI library for Python beginners – includes ready-made apps and a proportional layout system.
Project description
FlashGui ⚡
Build Python desktop applications quickly – without the boilerplate.
FlashGui is a high‑level wrapper around wxPython that lets you create professional‑looking windows, text editors, drawing tools, calculators, calendars, clocks, and more with just a few lines of code.
It uses a simple proportional layout system and provides built‑in applications you can use instantly or customise to fit your needs.
📦 Current version: 0.1.5 (Alpha)
The API is stable and ready for everyday prototyping and small projects. Future updates will add features without breaking existing code.
✨ Features
- Rapid development – a working GUI in 3 lines of code.
- Ready‑to‑use applications –
WINDOW,NOTEPAD,PAINT,CALCULATOR,CALENDAR,CLOCK. - Proportional layout – widgets resize automatically with the window.
- Two‑phase customisation –
Edit()for visual changes,Logic()for callbacks, 'Modify' for modify widgets. - Beginner‑friendly – no complex event loops or deep inheritance trees.
- Cross‑platform – runs on Windows, macOS, and Linux.
🚀 Quick start
Installation
pip install FlashGui Your first window python
```python
from FlashGUI import WINDOW
win = WINDOW(title="FlashGUI Demo", size=(2, 2))
win.AddLabel("Hello, FlashGUI!")
win.run()
#A fully working calculator in 6 lines
python
from FlashGUI import CALCULATOR
calc = CALCULATOR(title="My Calculator")
calc.run()
📚 Documentation Complete documentation – including all parameters, customisation options, and examples – is available in the official docs (included with the package or online).
📄 License FlashGUI is released under the MIT License. When you distribute your application, you must also include the license texts of its dependencies: wxPython (wxWindows Library Licence) and charset_normalizer (MIT).
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
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 flashgui-0.1.5.tar.gz.
File metadata
- Download URL: flashgui-0.1.5.tar.gz
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc867840daa5ed50369cf0e31b94045eb5e9dfc32561144cb979cba66e27335a
|
|
| MD5 |
9f01217e16d68d1a158881af35ea817c
|
|
| BLAKE2b-256 |
f38df154dddbdb6db6deee8dd718c6f8e537fb7273ef24c1923eb01b711a363e
|
File details
Details for the file flashgui-0.1.5-py3-none-any.whl.
File metadata
- Download URL: flashgui-0.1.5-py3-none-any.whl
- Upload date:
- Size: 43.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fadb8b211008b0545a43b2be5a10d5b971b1119f86f55fbc18bc2f81f9d0d52
|
|
| MD5 |
ea4b65f22170d8eec3014f060ed17419
|
|
| BLAKE2b-256 |
7fdc892e62a0f700fbcce8a0b53cc5581f32c958fa44eaf5ff065e361d8c026d
|