Skip to content

A python library that supplies a gui dialog input to the user

Notifications You must be signed in to change notification settings

EmberCraze/gui-user-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

gui-user-input

This is a library for GUI user input

Usage:

import user_input as ui
result = ui.start_gui()
#or
result = ui.start_gui(button_text=["Confirm", "Cancel"], error_text="The field cannot be empty", title="This is a title")

Where result is a an empty string or a string with characters depending on the user input

User Input Demo

About

A python library that supplies a gui dialog input to the user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages