MEMSO is a command-line Python program that tests the memory of the individual in the following disciplines.
- Words
- Numbers
- Countries
- Flowers
It can be run using the following command.
git clone https://github.com/mariosdaskalas/memso
cd memso/
python3 main.pyOr a one-liner command.
git clone https://github.com/mariosdaskalas/memso && cd memso/ && python3 main.py