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.
- Host: GitHub
- URL: https://github.com/approvers/memify
- Owner: approvers
- License: mit
- Created: 2021-05-05T05:57:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T06:44:17.000Z (about 5 years ago)
- Last Synced: 2025-10-24T08:57:46.361Z (8 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 になります。
- `/` で囲むと 𝑴𝒊𝒏𝒄𝒉𝒐 𝑩𝒐𝒅𝒚 になります。