Skip to main content

Code enabling easy gui creation for general applications

Project description

dogui

A lightweight wrapper around Tkinter library enabling easy GUI creation for general applications in just few lines of code.

Installation

Use the package manager pip to install dogui.

pip install dogui

Usage

It is very simple, just remember all GUI widgets need to be declared between GUI initialization and build_gui() method.

import dogui.dogui_core as dg

def click_button():
    print("Your name is:",entry1.text.get())

gui1=dg.GUI()

label1=dg.Label(gui1.window,"What is your name?",1,1)
entry1=dg.Entry(gui1.window,1,2)
button1=dg.Button(gui1.window,"Submit",click_button,2,1)


gui1.build_gui()

obrazek

Widgets: Label Entry Button Combobox Picturebox For more information about their parameters, please look into the dogui_core.py file.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

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

dogui-0.1.3.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

dogui-0.1.3-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file dogui-0.1.3.tar.gz.

File metadata

  • Download URL: dogui-0.1.3.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for dogui-0.1.3.tar.gz
Algorithm Hash digest
SHA256 cf5569ec3f0f9144434adb06053c1e49a304752dfb7dddd5a52774c6f0d5ad9f
MD5 7aba0772d970593c06d1145bff62b8db
BLAKE2b-256 40b2307d4bbf2235a8989014a090a877c429f599ce0597e53cab81f2081c6e77

See more details on using hashes here.

Provenance

File details

Details for the file dogui-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: dogui-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for dogui-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 827ccf233e44af917d3a3979bbe486d5704d5d548a6cffb400444629f7527e99
MD5 968d0da73ec694bb133c244ce3fd847d
BLAKE2b-256 dd1d1a54d5568feb09dd02740afb0f0cc696a360acf040c7cbefd93048be1dfd

See more details on using hashes here.

Provenance

Supported by

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