Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dgw/sopel-flipper

Sopel module providing flipped text in response to IRC actions
https://github.com/dgw/sopel-flipper

hacktoberfest

Last synced: about 1 month ago
JSON representation

Sopel module providing flipped text in response to IRC actions

Awesome Lists containing this project

README

        

# sopel-flipper

A Sopel plugin to flip (and mirror) text

## Installing

Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:

```shell
$ pip install sopel-flipper
```

## Using

Flip, roll, or mirror text with a CTCP ACTION (`/me` command) and Sopel will
output the transformation along with a suitable _kaomoji_.

```
* dgw flips the joint
(╯°□°)╯︵ ʇuᴉoɾ ǝɥʇ
* dgw rolls NoobGuy
(╮°-°)╯︵ ʎn⅁qooN NoobGuy ʎn⅁qooN NoobGuy ʎn⅁qooN (@_@;)
* dgw mirrors the quick brown fox
╰( ⁰ ਊ ⁰ )━💨🪞 xoʇ nwoɿd ʞɔiup ɘ⑁Ɉ
```

Alternatively, use the `.flip`, `.roll`, or `.mirror` commands.

```
.flip the joint
(╯°□°)╯︵ ʇuᴉoɾ ǝɥʇ
.roll NoobGuy
(╮°-°)╯︵ ʎn⅁qooN NoobGuy ʎn⅁qooN NoobGuy ʎn⅁qooN (@_@;)
.mirror the quick brown fox
╰( ⁰ ਊ ⁰ )━💨🪞 xoʇ nwoɿd ʞɔiup ɘ⑁Ɉ
```

_Easter egg: Try `.flip a table`!_