Metadata-Version: 2.4
Name: easyttuimenus
Version: 1.0.2
Summary: Write simple UI for your code in seconds in a unified way using Easy TTUI Menus
Author: sarcasticDweller
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Easy TTUI Menus

## About

Write simple UI for your code in seconds using Easy TTUI Menus

## Changelog

### 1.0.2

- Fixed issue where multiple_choice_menu() returns a list of strings instead of ints
- Added stubs
- More annotations

### 1.0.0

- Started a changelog
- Changes the function signature of `int_menu()`. It now takes a string and two integers instead of a string and a list containing two integers. Legacy systems should use version 0.1.5
- Added `multiple_choice_menu()`
- Removed "Usage" section of readme as I dread maintaining it

## Installation

Run `pip install easyttuimenus` from your preferred environment.

