Socket
Socket
Sign inDemoInstall

menusys

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    menusys

Menu system to easily create a menu in CLI


Maintainers
1

Readme

BRANCHSTATUS
masterUnit-Testing, Coverage, Linting
developUnit-Testing, Coverage, Linting

Downloads Supported Versions

Python Script: menusys

Written By: Benjamin P. Trachtenberg

If you have any questions e-mail me

Contact Information: e_ben_75-python@yahoo.com

LinkedIn: Ben Trachtenberg

Docker Hub: Docker Hub

PyPi Page for menusys

Requirements

  • Nothing Specific besides Python 3.6 and above

Installation

  • From source "setup.py install"
  • From pip "pip install menusys"

Languages

  • Python

About

This is a library used to have a CLI menu system.

Functions included in v1.0.0

  • menu(menu_dictionary, menu_header, back_function=None)
  • clear_screen()

Functions added in v1.0.2

  • menu_multi_select(menu_dictionary, menu_header, back_function=None)

Functions added in v1.0.3

  • make_menu_dict_from_dict(orig_dict, dict_key_for_display)

Functions added in v1.0.4

  • make_menu_dict_from_list(orig_list)

Functions added in v1.1.1

  • word_wrap_string_and_print(string_to_wrap)
  • chunk_up_string(string_to_chunk, size_of_chunk=100)

Functions added in v1.1.2

  • word_wrap_string(string_to_wrap)

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc