Skip to main content

ALPHA: A fast and simple GUI library for Python beginners – includes ready-made apps and a proportional layout system.

Project description

FlashGui ⚡

📖 Leggi la documentazione

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 applicationsWINDOW, NOTEPAD, PAINT, CALCULATOR, CALENDAR, CLOCK.
  • Proportional layout – widgets resize automatically with the window.
  • Two‑phase customisationEdit() 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

flashgui-0.1.5.tar.gz (41.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flashgui-0.1.5-py3-none-any.whl (43.2 kB view details)

Uploaded Python 3

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

Hashes for flashgui-0.1.5.tar.gz
Algorithm Hash digest
SHA256 cc867840daa5ed50369cf0e31b94045eb5e9dfc32561144cb979cba66e27335a
MD5 9f01217e16d68d1a158881af35ea817c
BLAKE2b-256 f38df154dddbdb6db6deee8dd718c6f8e537fb7273ef24c1923eb01b711a363e

See more details on using hashes here.

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

Hashes for flashgui-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5fadb8b211008b0545a43b2be5a10d5b971b1119f86f55fbc18bc2f81f9d0d52
MD5 ea4b65f22170d8eec3014f060ed17419
BLAKE2b-256 7fdc892e62a0f700fbcce8a0b53cc5581f32c958fa44eaf5ff065e361d8c026d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page