Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 348 Bytes

input.rst

File metadata and controls

20 lines (13 loc) · 348 Bytes

Class Input

Input Box

For inputting text and passwords.

from ooodev.dialog.input import Input

pwd = Input.get_input(title="Password", msg="Input Password:", is_password=True)
print(pwd)
.. autoclass:: ooodev.dialog.input.Input
    :members:
    :undoc-members: