BRANCH | STATUS |
---|---|
master | |
develop |
Contact Information: e_ben_75-python@yahoo.com
LinkedIn: Ben Trachtenberg
Docker Hub: Docker Hub
PyPi Page for menusys
- Nothing Specific besides Python 3.6 and above
- From source "setup.py install"
- From pip "pip install menusys"
- Python
This is a library used to have a CLI menu system.
- menu(menu_dictionary, menu_header, back_function=None)
- clear_screen()
- menu_multi_select(menu_dictionary, menu_header, back_function=None)
- make_menu_dict_from_dict(orig_dict, dict_key_for_display)
- make_menu_dict_from_list(orig_list)
- word_wrap_string_and_print(string_to_wrap)
- chunk_up_string(string_to_chunk, size_of_chunk=100)
- word_wrap_string(string_to_wrap)