Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 792 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 792 Bytes

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