CMD_FLOW is a command-line interface (CLI) tool that provides a wide range of system information and utilities just enterting a specific commands and much more. It allows users to easily access various system metrics, perform tasks, and create visualization all from the comfort of their terminal.
- CPU usage
- CPU cores
- CPU frequency
- Memory usage
- Disk usage
- System boot time
- Battery status
- System processes
- Current user information
- Network usage
- Network connection information
- Internet connection status
- Create table in terminal
- Create plot charts
- Make your normal text to ASCII text
-
Open web-based documents and applications using their URLs.
-
Create scatter charts, plot charts, and stem charts from user-inputted data.
-
Generate tables in the terminal with custom titles, columns, and rows.
-
Display all available commands in a table format.
-
Create ASCII text art.
To install CMD_FLOW, use pip:
pip install cmdflow-CLI
To use CMD_FLOW, simply run the command and pass in the desired command as an argument. For example:
cmdflow <command>
cpu_usage
: Check CPU usagecpu_cores
: Check CPU corescpu_freq
: Check CPU frequencymem_usage
: Check memory usagemy_mem
: Know about your memorydisk_usage
: Know about your disk usageboot_time
: Check system boot timech_battery
: Check battery statussys_process
: Check system processesc_user
: Check current user informationnet_usage
: Check network usagenet_connection
: Know about your network connectioninternet_con
: Know about your internet connectiont?
: Check current timed?
: Check current dateday?
: Check current dayy?
: Check current yearm?
: Check current monthc-d?m?Y
: Check current date in dd/mm/yyyy formatopen_url
: Open a web-based document or application using its URLgraph
: Create a scatter chart, plot chart, or stem chartm_table
: Create a table in the terminalcmds
: Display all available commands in a table formatc_ascii_text
: Create ASCII text art
Contributions are welcome! If you'd like to add a new feature or command to CMD_FLOW, please fork this repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Raunak for creating and maintaining CMD_FLOW.
Happy programming!😊