Skip to main content

A fully custom console UI toolkit without tkinter or graphics!

Project description

GuiPhyton

Simple and customizable console-based UI library — no Tkinter, no graphics, just Python!

Install

pip install guiphyton

Example

from guiphyton import GuiPhyton

ui = GuiPhyton("Example")
ui.header("Welcome")
ui.label("This is a full console UI")

name = ui.input_box("Enter your name")

def hello():
    print(f"\nHello {name}!")
    exit()

btns = [ui.button("Say Hello", hello)]
ui.run(btns)

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

guiphyton-1.0.0.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

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

guiphyton-1.0.0-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

Details for the file guiphyton-1.0.0.tar.gz.

File metadata

  • Download URL: guiphyton-1.0.0.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for guiphyton-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1d0adc389e6248a448314b9078d753f605398c2b30b263b22f288f094c409137
MD5 6eac568f57a1dfde482b6fca488e6024
BLAKE2b-256 739ac1f4c8e86aa410a1f82cadb1d6912d4f2e8a4689d35aca139044063dacb3

See more details on using hashes here.

File details

Details for the file guiphyton-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: guiphyton-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 2.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for guiphyton-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d81e30ca0b4e5993f2ebeb74eef3cb5f1791f9026a960dd21579abb2e96e90c5
MD5 d234dafaa9b29775f9fa7f77eadea19a
BLAKE2b-256 0bceaed70e5fe936e081d3f30433f06e401df11ee91842dfdc3cb5cbbb730c1c

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