Skip to main content

This module is called GUIS which means GUI Simplified / Graphial User Interface Simplified. This module helps you in making your Tkinter GUI, Fast and Easy, and our module doesn't need .pack at the end :O

Project description

What Does GUIS Mean?

GUIS is GUI / Graphical User Interface Simplified

This is a module based on Tkinter, This helps you make you Tkinter code Fast, Easy, and our Module doesn't need .pack() for Labels, Buttons, etc...

You can also get this module from github:

www.github.com/Coding-bros/GUIS

Installation

pip install guis

or

pip3 install guis

Use of GUIS

Using guis

import guis

guis.makeWindow("Window-Title", "200x200", "orange")

guis.makeLabel("This is a Label", "black", "white")

guis.makeButton("Click me", "white", "black")

guis.mainloop()

Using Tkinter

from tkinter import *

Window = Tk()

window.title("Window-Title")

window.geometry("200x200")

window.configure(bg = "orange")

Label(text = "This is a Label", bg = "black", fg = "white").pack()

Button(text = "Click me", bg = "white", fg = "black").pack()


window.mainloop()

For any help contact us:

bkp.karthi@gmail.com
jaideep1163@gmail.com

--------Thank You--------

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

guis-0.0.6.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

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

guis-0.0.6-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file guis-0.0.6.tar.gz.

File metadata

  • Download URL: guis-0.0.6.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for guis-0.0.6.tar.gz
Algorithm Hash digest
SHA256 1a87184137c56094dbd5e999eeadb2c4cde42e9e3ec33959fdaf63d8548bfd92
MD5 cbbf7f15ac0dbc7a8a195cafddb48c09
BLAKE2b-256 6beb3c0512162df125cd6a760780be54952e9f526541277bf26cd2dcdf7f211c

See more details on using hashes here.

File details

Details for the file guis-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: guis-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for guis-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0717de0d522f26935a965d56b1d4adf44182a8a915e21f094789aa06c41283cb
MD5 fe4e09c0cbde29346f73f4271b9e1272
BLAKE2b-256 581656fb1672f2893e5c815f1020a6fc59737076af2f4d7d2a035ee4cccdfe3a

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