https://github.com/almas-ali/simple-system-utility
A simple system utility repository for quick system overview.
https://github.com/almas-ali/simple-system-utility
Last synced: 4 months ago
JSON representation
A simple system utility repository for quick system overview.
- Host: GitHub
- URL: https://github.com/almas-ali/simple-system-utility
- Owner: Almas-Ali
- Created: 2021-12-01T13:37:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T15:26:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T15:28:43.499Z (9 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple System Utility
***Developed by Md. Almas Ali***
There are some simple tools are in this project. You can find source codes in `src`.
There is now major 2 utilitys now.
1. uptime - Which returns system uptime.

2. whois - Which returns a list of information about your system.

## Any platform binary help
if you want to use it in any platform as binary, then you can simply build it with [Python 3][1] and it will automatically install for you.So, go to the main project folder and open your terminal in that folder. But first confirm [Python 3][1] installation.
### Then follow commands bellow:
1. For windows:
- `install.bat` run as administrator.2. For Linux:
- `sudo bash install.sh` in terminal.After all done, open a new terminal and type `uptime`, `whois` and have fun !
## Feel free to post an issue or pull request.
[1]: "Python"