Skip to main content

A light weight command line menu that supports Windows, MacOS, and Linux

Project description

dumb_menu

Downloads

simple_term_menu don't support windows, so I made dumb_menu.

dumb_menu is not as powerful as simple_term_menu , but this a GOOD OLD MENU .

dumb_menu is a light weight command line menu that supports Windows, MacOS, and Linux.

Installation

pip install dumb-menu

https://pypi.org/project/dumb-menu/

https://github.com/cornradio/dumb_menu (I want stars ⭐ uwu)

Usage

example:

import dumb_menu
options = ["[1]Option 1", "[2]Option 2", "[3]Option 3","[q]quit"]
index = dumb_menu.get_menu_choice(options)
print(f"You selected option {index + 1}: {options[index]}")

png

another example:

import os
import dumb_menu

def loopmenu():
    options = ["[1]happy",
            "[2]sad",
            "[3]give me a cookie",
            "[q]quit"]
    index = dumb_menu.get_menu_choice(options,isclean = True)
    # clear screen, cls for windows, clear for linux
    os.system('cls') 
    # Python 3.10+ only,old version could use if-else
    match index:
        case 0:
            print(":)")
        case 1:
            print(":(")
        case 2:
            print("🍪ヾ(•ω•`)o")
        case 3:
            exit()
    input('Press ENTER to continue...')

if __name__ == "__main__":
    while True:
        loopmenu()

Imgur

Get help

Get help ➡️ Github issue

Update log

1.0.8 add "return key string" option , add demo.py As a straightforward example

dumb_menu.get_menu_choice(options,give_key_str = True)

1.0.7 fix "flickering on mac zsh"

1.0.6 forget write log in 1.0.5

1.0.5 fix bug in 1.0.4

1.0.4 support "clean mode"

1.0.3 show selected index also when using hotkey

1.0.2 first useable version

1.0.1 fix bug

1.0.0 first release

how to upload a new version (for me)

en: https://packaging.python.org/tutorials/packaging-projects/

zh: https://python-packaging-zh.readthedocs.io/zh_CN/latest/minimal.html#id2

make sure have twine installed first

  1. change setup.py
  2. testing python3 setup.py develop
  3. python3 setup.py sdist
  4. twine upload dist/*

test code :

python3

import dumb_menu
dumb_menu.demo()

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

rda_solver4win-1.0.2.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rda_solver4win-1.0.2-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file rda_solver4win-1.0.2.tar.gz.

File metadata

  • Download URL: rda_solver4win-1.0.2.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.20

File hashes

Hashes for rda_solver4win-1.0.2.tar.gz
Algorithm Hash digest
SHA256 a1416c3f512466d07200b429494d8f2841628f14918d5cf024a6d85f2f14d9f3
MD5 4dca66ec63d5ed90efd624c5d12b83d6
BLAKE2b-256 1615b21f0c6792ea722d25fcd6699544f04bc01c5c0eee2757656d41a2e6a0d2

See more details on using hashes here.

File details

Details for the file rda_solver4win-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: rda_solver4win-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.20

File hashes

Hashes for rda_solver4win-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 86567062f3575c3be7e46e771539570b0e00c51057cf125cf5a4ff5bfe5c2996
MD5 fb60dd4bf4557bde8e4bf20d97b5c3ee
BLAKE2b-256 c77ef23ee4a0a2cf116a9f4efe371555f7ae2a7eb15fe19629822d345c1f2869

See more details on using hashes here.

Supported by

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