/ip-to-qrcode
This script retrieves the local machine’s IP address and generates a QR code image encoding that address, optionally wrapped with a user-defined prefix and/or suffix.
Example usage:
uv run ip_qrcode_generator.py --prefix "http://" --suffix ":5000" --output my_ip_qr.png
/url-cleaner
This script reads URL from clipboard, validates it, removes all query parameters, and saves back to clipboard.
Example usage:
uv run url-cleaner.py
/open-chat-to-rewrite
This script reads text from the clipboard, prepends the instruction "reescreva para deixar mais claro", and opens chat.com in the browser with the prompt as the ?q= query parameter.
Example usage:
uv run open-chat-to-rewrite.py