Skip to content

Instantly share code, notes, and snippets.

View daniel-aderneira's full-sized avatar

daN daniel-aderneira

View GitHub Profile
@Technetium1
Technetium1 / pyfiglet_test.py
Last active December 9, 2025 16:55
Test all the pyfiglet fonts with a string. You should probably pipe the output to a file.
#!/usr/bin/env python3
# /// script
# requires-python = ">=3.9"
# dependencies = [
# "pyfiglet>=1.0.4",
# ]
# ///
# -*- coding: utf-8 -*-