https://github.com/coderrony955/cmdflow-cli
A command-line interface (CLI) tool that provides a wide range of system information and utilities just enterting a specific commands and much more.
https://github.com/coderrony955/cmdflow-cli
automation cli-app command-line command-line-tool commands pip python python3 system terminal
Last synced: about 1 month ago
JSON representation
A command-line interface (CLI) tool that provides a wide range of system information and utilities just enterting a specific commands and much more.
- Host: GitHub
- URL: https://github.com/coderrony955/cmdflow-cli
- Owner: CoderRony955
- License: mit
- Created: 2024-09-09T13:29:44.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-19T12:15:45.000Z (10 months ago)
- Last Synced: 2024-12-14T09:14:35.869Z (7 months ago)
- Topics: automation, cli-app, command-line, command-line-tool, commands, pip, python, python3, system, terminal
- Language: Python
- Homepage:
- Size: 4.98 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
```

## Available Commands
- `cpu_usage`: Check CPU usage
- `cpu_cores`: Check CPU cores
- `cpu_freq`: Check CPU frequency
- `mem_usage`: Check memory usage
- `my_mem`: Know about your memory
- `disk_usage`: Know about your disk usage
- `boot_time`: Check system boot time
- `ch_battery`: Check battery status
- `sys_process`: Check system processes
- `c_user`: Check current user information
- `net_usage`: Check network usage
- `net_connection`: Know about your network connection
- `internet_con`: Know about your internet connection
- `t?`: Check current time
- `d?`: Check current date
- `day?`: Check current day
- `y?`: Check current year
- `m?`: Check current month
- `c-d?m?Y`: Check current date in dd/mm/yyyy format
- `open_url`: Open a web-based document or application using its URL
- `graph`: Create a scatter chart, plot chart, or stem chart
- `m_table`: Create a table in the terminal
- `cmds`: Display all available commands in a table format
- `c_ascii_text`: Create ASCII text art## Requirements
- [Python 3.x](https://www.python.org/)
- [rich library](https://rich.readthedocs.io/en/stable/introduction.html)
- [pyfiglet library](https://pypi.org/project/pyfiglet/)
- [Matplotlib library](https://matplotlib.org/)## Contributing
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.
## License
This project is licensed under the [MIT License](https://github.com/CoderRony955/cmdflow-CLI/blob/master/LICENSE) - see the LICENSE file for details.## Acknowledgments
- [Raunak](https://github.com/CoderRony955) for creating and maintaining CMD_FLOW.
## Thanks for visiting
Happy programming!😊