An open API service indexing awesome lists of open source software.

https://github.com/profound-labs/memory-master-mind

Memory training in the terminal
https://github.com/profound-labs/memory-master-mind

brain-games brain-training command-line memory memory-game memory-training tui

Last synced: 4 months ago
JSON representation

Memory training in the terminal

Awesome Lists containing this project

README

          

# MMM - Memory Master Mind

Memory training in the terminal

Install with pip:

``` shell
pip install memory-master-mind
```

Run with the `mmm` command.

## Help and Challenges Info

- [App Help](mmm/assets/mmm_help.md)
- [Static Number Sequence](mmm/assets/static_number_sequence.md)
- [Timed Number Sequence](mmm/assets/timed_number_sequence.md)
- [Math (Arithmetic)](mmm/assets/math_arithmetic.md)
- [Quotes and Verses](mmm/assets/quotes_and_verses.md)

![Home Menu](docs/mmm-home.png)

![Static Number Sequence](docs/mmm-static.png)

![Timed Number Sequence](docs/mmm-timed.png)

![Math (Arithmetic)](docs/mmm-math.png)

![Quotes and Verses](docs/mmm-quotes.png)

## Preferences

![App Preferences](docs/mmm-app-prefs.png)

![Preferences: Static Number Sequence](docs/mmm-static-prefs.png)

## Links

Powered by the [textual](https://github.com/Textualize/textual) TUI framework