An open API service indexing awesome lists of open source software.

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.

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.

![UPTIME](https://raw.githubusercontent.com/Almas-Ali/simple-system-utility/master/img/uptime1.PNG "UPTIME")

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

![WHOIS](https://raw.githubusercontent.com/Almas-Ali/simple-system-utility/master/img/whois1.PNG "WHOIS")

## 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"