Membuat Meme di Terminal Linux menggunakan Memethesis

Membuat Meme dari Terminal Linux. Oke kali ini saya akan sharing sedikit tentang Memethesis. Ini merupakan tool untuk mengkonversi text menjadi bentuk gambar meme memanfaatkan bot Fediverse.

Install
Untuk instalasinya, kalian bisa gunakan pip3.
pip3 install memethesis
Untuk perintah yang bisa digunakan, kalian bisa cek menggunakan command
memethesis --help
Output:
usage: memethesis [-h] [-i] [-f {drake,brainsize,womanyelling,pooh}]
                  [-o OUTPUT] [-p] [-c CAPTION] [--dislike DISLIKE]
                  [--like LIKE] [-s1 SIZE1] [-s2 SIZE2] [-s3 SIZE3]
                  [-s4 SIZE4] [-s5 SIZE5] [-s6 SIZE6] [-s7 SIZE7] [-s8 SIZE8]
                  [-s9 SIZE9] [-s10 SIZE10] [-s11 SIZE11] [-s12 SIZE12]
                  [-s13 SIZE13] [-s14 SIZE14] [--woman WOMAN] [--cat CAT]
                  [--tired TIRED] [--wired WIRED]

All Your Memes Are Belong To Us!

optional arguments:
  -h, --help            show this help message and exit
  -i, --interactive     interactive mode
  -f {drake,brainsize,womanyelling,pooh}, --format {drake,brainsize,womanyelling,pooh}
                        the meme format to use (Supported: drake, brainsize,
                        womanyelling, pooh)
  -o OUTPUT, --output OUTPUT
                        the filename to save the meme as (default: ./meme.jpg)
  -p, --preview         display the meme without saving it, unless -o/--output
                        is specified
  -c CAPTION, --caption CAPTION
                        caption text to add above your meme

Drake:
  --dislike DISLIKE
  --like LIKE

Brain Size:
  -s1 SIZE1, --size1 SIZE1
  -s2 SIZE2, --size2 SIZE2
  -s3 SIZE3, --size3 SIZE3
  -s4 SIZE4, --size4 SIZE4
  -s5 SIZE5, --size5 SIZE5
  -s6 SIZE6, --size6 SIZE6
  -s7 SIZE7, --size7 SIZE7
  -s8 SIZE8, --size8 SIZE8
  -s9 SIZE9, --size9 SIZE9
  -s10 SIZE10, --size10 SIZE10
  -s11 SIZE11, --size11 SIZE11
  -s12 SIZE12, --size12 SIZE12
  -s13 SIZE13, --size13 SIZE13
  -s14 SIZE14, --size14 SIZE14

Woman Yelling:
  --woman WOMAN
  --cat CAT

Winnie the Pooh:
  --tired TIRED
  --wired WIRED

Format Meme yang Didukung
Berikut format meme yang didukung untuk saat ini:
  • Drake
  • Brain Size
  • Stonks/stinks
  • Woman yelling
  • Winnie the Pooh
Untuk membuat meme, kalian bisa pilih mode interactive dengan menjalankan perintah
memethesis -i
Contoh tampilannya:

Atau tanpa menggunakan mode interactive, sebagai contoh:
memethesis -f drake -o meme-drake.jpg --dislike "bikin meme pake GUI" --like "bikin meme pake CLI" -p

Oke mungkin itu saja sharing kali ini, semoga bermanfaat. Bagaimana dengan kalian? Apakah tertarik mencoba?