termmenu

A tool for making terminal menus.


Keywords
library, menu, python, python-library, python3, pythonlib
License
MIT
Install
pip install termmenu==2.0.1

Documentation

TermMenu

This is a little Python project that I wanted to do for some time.

The idea is that you should be able to make a terminal menu (below) easily and compactly.

Choose one:
0. Start game
1. Settings
2. And more
> {User input here}

Documentation

Read the documentation on ReadTheDocs.

Install

To install, you need pip for python3

pip install termmenu

Also, check out the project on PyPi.

Contributing

You are welcome to contribute.