TIL: Gooey and Python Fire for Quick GUIs and CLIs
Today I learned about Gooey for turning Python CLI programs into GUI applications and Python Fire for automatically generating command line interfaces from any Python object.
Today I learned about Gooey for turning Python CLI programs into GUI applications and Python Fire for automatically generating command line interfaces from any Python object.
Today I learned about MassDNS, a high-performance DNS stub resolver designed for bulk lookups and reconnaissance, useful for subdomain enumeration and DNS analysis.
Today I learned about CPUFetch for displaying CPU architecture info, OneFetch for beautiful Git repository summaries, and Google's comprehensive CSS learning resource.
Today I learned about MangaDesk, a terminal client for MangaDex that lets you browse and read manga directly from the command line.
Today I learned about McFly, a shell history search tool that learns from your usage patterns and provides intelligent command suggestions with fuzzy searching.
Today I learned about Ventoy for creating multi-boot USB drives and Justniffer for network traffic analysis and HTTP debugging.
Today I learned about achieving 12 requests per second in Python, designing beautiful REST APIs, rendering tree views with Rich, and a Rust-based Python launcher for version management.
Today I discovered Spark Joy, a comprehensive collection of design resources, tools, and inspiration for creating delightful user experiences.
TIL 2020-07-14 Barry Warsaw adapted the Zen of Python into a Song! - A delightful musical interpretation of Python鈥檚 guiding principles. Flit for Python - A simple way to put Python packages and modules on PyPI. Gumshoe is a great scrolling effect for sidebars etc in vanilla JS - A vanilla JavaScript scrollspy script. Poetry for Python Projects - Manage environments for Python, as well as project dependency information. Profiling Flask Apps using werkzeug.contrib.profiler.ProfilerMiddleware - A gist showing how to profile Flask applications. ...