A feature-rich, modular command-line interface (CLI) built in Python for developers, sysadmins, and power users. Manage files, explore system info, perform calculations, encode/decode messages, generate QR codes, download files, and run networking tools — all from your terminal.
“OH yeah uhm Frick optimization this will explode your PC? IDC 😂”
- Show device info, Python version, and platform
- Local and public IP retrieval
- DNS lookup, ping hosts, port scanning, traceroute
- Network interface listing
- Create, read, rename, delete, and copy files
- Create and remove directories
- Display directory trees
- Open files using the system default program
- Safe calculator supporting basic math
- Base64 encode/decode
- Wikipedia summaries
- Download files from URLs
- Generate QR codes from URLs
- Create and extract ZIP files
- Print starter templates for HTML, C#, and C++
- Enter a shell mode to run commands directly
- Optional autocompletion, styled prompts, and history navigation via
prompt_toolkit - Persistent settings and command history
- Modular command registry for easy extension
- Decorators ensure safe execution of internet/admin commands
pip install psutil requests wikipedia ping3 qrcode prompt_toolkit