apikeyper.ui package
Module contents
Project: APIKeyPER Author: Inspyre Softworks - https://inspyre.techCreated: 5/21/2023 @ 10:18 PM File:
Name: __init__.py Filepath: apikeyper/ui
- class apikeyper.ui.CLI(db_file_path)[source]
Bases:
objectThis class provides a command line interface for managing API keys stored in a SQLite database.
- class apikeyper.ui.UserInputHandler(use_gui=False)[source]
Bases:
objectThis class handles user input, either through a graphical user interface (GUI) or command line interface (CLI).
- __gui
The PySimpleGUI instance for GUI input. None if use_gui is False.
- Type:
PySimpleGUI, optional