Skip to main content

A menu-based script generator

Project description

MenuScript

MenuScript is a Python script for creating and managing menus in your command line interface (CLI) application. With MenuScript, you can easily create custom menus with options that perform various actions when selected by the user.

Alt Text

It can be download and ran from github or installed using: pip install menuscript

Installation

  1. Clone this repository:

    git clone https://github.com/AIMadeScripts/createmenus
    
  2. Navigate to the cloned directory:

    cd createmenus
    
  3. Run the script:

    python create.py
    

Usage

To use MenuScript, simply run the script as menuscript if installed from pip or menuscript.py if downloaded from github and follow the prompts to create your menu. You can customize the menu by adding, removing, or modifying options as needed. You can also use the following options when creating your menu:

-n, --name: Specify a title for your menu.
-o, --options: Specify the amount of options to add to the menu.

Example usage:

menuscript -n "My Menu Script" -o "4"

This will create a new script called my_menu_script.py with 4 menu options. It will also prompt you to enter the names of those options and any commands those options will execute.

Contributing

If you would like to contribute to MenuScript, please fork this repository and submit a pull request with your changes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

menuscript-1.0.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

menuscript-1.0.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page