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

https://github.com/interrrp/rot-dictionary

🥀 Brainrot dictionary
https://github.com/interrrp/rot-dictionary

bottle bottlepy brainrot css dictionary html python rot

Last synced: 6 months ago
JSON representation

🥀 Brainrot dictionary

Awesome Lists containing this project

README

          

# Rot Dictionary

A dictionary for slang/"brainrot" terms.

## Contributing

### Adding a new term

Create a new file in `terms` named like `term-name.md` with the following content:

```
---
name: Term name
period: Gen Z, Gen Alpha, etc.
meaning: Short meaning of the term
---

Detailed content in Markdown
```

### Fixing server bugs

I highly recommend using [uv](https://github.com/astral-sh/uv/). Run the server with `RD_DEBUG=1 uv run server.py`.

## Licensing

Rot Dictionary is under the [MIT License](./LICENSE).