Skip to content

Instantly share code, notes, and snippets.

View TuxPenguin09's full-sized avatar
❤️
posts made inspiring and Updating everyone!

aliamanuba TuxPenguin09

❤️
posts made inspiring and Updating everyone!
View GitHub Profile
@jaames
jaames / thumbtool.py
Last active January 25, 2021 03:05
custom flipnote thumbnail tool
# Custom Flipnote (.ppm) Thumbnail Tool
# Create a ppm thumbnail from any 64 x 48 image
# Requires Pillow - https://github.com/python-pillow/Pillow
#
# By Jaames <github.com/jaames | @rakujira on twitter>
#
# Usage: python3 thumbtool.py input.ppm thumb.png
from PIL import Image
from sys import argv
@Birdie0
Birdie0 / ifttt-webhooks-extended-guide.md
Last active March 6, 2024 13:38
How to use Discord Webhooks

⚠️ This gist is no longer updated! For maintained, improved and even more extended guide click here.


How to use Discord Webhook

It's a JSON

First, learn JSON. It's not programming language, not even close. Just follow syntax rules and you will be fine.