Skip to content

Instantly share code, notes, and snippets.

View F481's full-sized avatar

Fabian F. F481

View GitHub Profile
@FlorianHeigl
FlorianHeigl / cheatsheets.md
Last active March 21, 2025 00:58
Printable Cheat Sheets for Software

A collection of links to useful cheat sheets.

Only what's properly printable can get a spot at the top of this list. It should also be small enough to fit on a few pages.
Almost all links in this document were designed by their creators so that YOU can print them in a good-looking format and store them however is best for you.
Anything that isn't really something you could print in A4/US Letter format, but is still a well-made cheatsheet can get a spot at the end of the page.

Pleae contribute any you remember you've seen and liked.
It would be wonderful if we can get these to be something more commonly made.

@ZechCodes
ZechCodes / pil_line_writer.py
Last active December 27, 2022 11:05
Simple class for writing multiline textcentered on a PIL image with even linespacing.
"""
PIL Line Writer
Simple class for writing multiline text centered on an image with even line
spacing.
To use create a line writer object by passing a PIL image object and a padding
value. Then to write text call the LineWriter's text method with the text you
would like centered on the image over multiple lines. It also takes an optional
line height argument which will scale the line heights. Additionally you can