https://github.com/jvamvas/crazy_tiger
Generate harmless random nicknames
https://github.com/jvamvas/crazy_tiger
kahoot username username-generator
Last synced: 7 months ago
JSON representation
Generate harmless random nicknames
- Host: GitHub
- URL: https://github.com/jvamvas/crazy_tiger
- Owner: jvamvas
- License: unlicense
- Created: 2021-07-01T14:08:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T14:44:10.000Z (over 4 years ago)
- Last Synced: 2025-02-27T09:11:16.461Z (8 months ago)
- Topics: kahoot, username, username-generator
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/jvamvas/crazy_tiger)
Generate harmless random nicknames, such as CrazyTiger or MajesticCat
Other Examples:
```
FabulousHamster
YellowDolphin
SpaceLlama
StellarLemur
TropicalWombat
```## Installation
`pip install crazy_tiger`
## Usage
```pycon
>>> import crazy_tiger>>> crazy_tiger.generate()
'AdorableEagle'>>> crazy_tiger.generate(case="snake")
'adorable_eagle'
```## Credits
This project is inspired by the learning platform _Kahoot!_ and its _Friendly Nickname Generator_, which helps to avoid inappropriate nicknames in _Kahoot!_ games.The word lists used in this project can be accessed [here](https://github.com/jvamvas/crazy_tiger/blob/master/src/crazy_tiger/words.py). All credit for the idea and for compiling appropriate words goes to the _Kahoot!_ team.