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 ⚡

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.4 (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
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.4.tar.gz (38.0 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.4-py3-none-any.whl (40.0 kB view details)

Uploaded Python 3

File details

Details for the file flashgui-0.1.4.tar.gz.

File metadata

  • Download URL: flashgui-0.1.4.tar.gz
  • Upload date:
  • Size: 38.0 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.4.tar.gz
Algorithm Hash digest
SHA256 2dc752f0c99388540dd62d14187938308f0201de8ddf018514d45c7e0e13c4ac
MD5 8ef8ac9fe34711c0527fe1ebede112a4
BLAKE2b-256 67bf450c50f4befb35674dafcb9d0f800bbcff5455c84c667308d5348a00bace

See more details on using hashes here.

File details

Details for the file flashgui-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: flashgui-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 40.0 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 64be8de7d9d9e748f1171afd3fa0b62f825006f7fda2c7e6c0b9ee97dbe0e5c6
MD5 fcecd6352c4583cf5f85a5e42be1a19f
BLAKE2b-256 e67a6250496879b843eb0ec962928219ceccfdc01e30b1675eba06220b6d2e59

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