Skip to main content

This is a library for displaying curses-like windows

Project description

# mmw Github link: http://github.com/Mm2PL/mmw ## What is it? It is a library that generates simple pseudo-graphic windows.

## How to use it? Examples:

1. Code: `python import mmw screen = mmw.Screen() window = mmw.Window('Our window') screen.add_window(window) # Link the window to the screen window.text = "Let's add some text" window.buttons = ['And', 'some', 'buttons'] window.selectedButton = 0 # Select the first button screen.clear() # Screen.draw() doesn't clear the screen by itself screen.draw() # Draw the screen screen.get_char() # Wait until the user presses a key ` Output: ` +-----------Our window-----------+ |Let's add some text | | | | [>And<] [ some ] [ buttons ] | +--------------------------------+ ` 2. See [mmwDemo.py on github](https://github.com/Mm2PL/mmw/blob/master/mmwDemo.py)

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

mmw-1.1.tar.gz (20.6 kB view hashes)

Uploaded Source

Built Distribution

mmw-1.1-py3-none-any.whl (26.3 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