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

https://github.com/15r10nk/first-shell

This shell is for you if your child likes typing on your keyboard.
https://github.com/15r10nk/first-shell

Last synced: 4 months ago
JSON representation

This shell is for you if your child likes typing on your keyboard.

Awesome Lists containing this project

README

          

# first-shell

[![Docs](https://img.shields.io/badge/docs-mkdocs-green)](https://15r10nk.github.io/first-shell/)
[![pypi version](https://img.shields.io/pypi/v/first-shell.svg)](https://pypi.org/project/first-shell/)
![Python Versions](https://img.shields.io/pypi/pyversions/first-shell)
![PyPI - Downloads](https://img.shields.io/pypi/dw/first-shell)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/15r10nk)](https://github.com/sponsors/15r10nk)

-----

Hi, I wrote the following shell for my 4 year old daughter, because she wants to do the same things like her dad.

## Installation

```console
pip install first-shell
```

simpleaudio requires libasound:
``` console
apt-get install libasound2-dev
```

## Usage

Run first-shell with `first-shell`

It reads every character/word/line the user writes into the prompt.

Games:

- **xmas**: guess words and keep the lights on

![xmas](xmas.png)

## TODO

- [ ] testing
- [ ] i18n support
- [ ] custom config file with words
- [ ] more games & features

## License

`first-shell` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.