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.
- Host: GitHub
- URL: https://github.com/15r10nk/first-shell
- Owner: 15r10nk
- License: mit
- Created: 2023-01-18T12:32:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T20:24:00.000Z (5 months ago)
- Last Synced: 2025-05-05T21:32:11.614Z (5 months ago)
- Language: Python
- Size: 278 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# first-shell
[](https://15r10nk.github.io/first-shell/)
[](https://pypi.org/project/first-shell/)


[](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

## 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.