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

https://github.com/approvers/memify

Converts the font of text using special character.
https://github.com/approvers/memify

Last synced: 4 months ago
JSON representation

Converts the font of text using special character.

Awesome Lists containing this project

README

          

# :sunglasses: memify

英語のプレーンテキストをいい感じにします。

## :wrench: how to use
以下のコマンドで Discord Bot が起動します。
```bash
memify discord
```

#### :mage: Commands
`mfy!` のあとに、𝐇𝐢𝐥𝐚𝐫𝐢𝐨𝐮𝐬 𝐓𝐞𝐱𝐭 𝐌𝐞𝐦𝐢𝐟𝐲 𝐋𝐚𝐧𝐠𝐮𝐚𝐠𝐞 (HTML と呼ばれます) を記述します。

```python
mfy! **Ha**, *what* a ***Mematic*** /***Enchacned***/ /String/ it is.
>> 𝗛𝗮,𝘸𝘩𝘢𝘵 a 𝙈𝙚𝙢𝙖𝙩𝙞𝙘 𝑬𝒏𝒄𝒉𝒂𝒏𝒄𝒆𝒅 𝐒𝐭𝐫𝐢𝐧𝐠 it is.
```

## :technologist: CUI
`memify conv` コマンドで Discord Bot を介さずに直接変換できます。
```bash
memify conv '**Ha**, *what* a ***Mematic*** /***Enchacned***/ /String/ it is.'
𝗛𝗮,𝘸𝘩𝘢𝘵 a 𝙈𝙚𝙢𝙖𝙩𝙞𝙘 𝑬𝒏𝒄𝒉𝒂𝒏𝒄𝒆𝒅 𝐒𝐭𝐫𝐢𝐧𝐠 it is.
```

## :globe_with_meridians: 𝐇𝐢𝐥𝐚𝐫𝐢𝐨𝐮𝐬 𝐓𝐞𝐱𝐭 𝐌𝐞𝐦𝐢𝐟𝐲 𝐋𝐚𝐧𝐠𝐮𝐚𝐠𝐞 (HTML)
- `*` で囲むと Italic になります。
- `**` で囲むと Bold になります。
- `***` で囲むと Bold-Italic になります。
- `/` で囲むと 𝑴𝒊𝒏𝒄𝒉𝒐 𝑩𝒐𝒅𝒚 になります。