Skip to content

Instantly share code, notes, and snippets.

View Technetium1's full-sized avatar
💭
If an immediate response is required, contact via Discord or Matrix

Technetium1 Technetium1

💭
If an immediate response is required, contact via Discord or Matrix
View GitHub Profile
@Technetium1
Technetium1 / pyfiglet_test.py
Last active May 8, 2026 15:02
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 -*-
Start-Process -FilePath "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" -ArgumentList "http://captive.apple.com/hotspot-detect.html"
timeout /T 10 /NOBREAK
echo "ENDING EDGE!"
Get-Process -Name "*Edge*" | Stop-Process