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

https://github.com/chavarera/cinfo

Cinfo is an python based tool to gather system related information
https://github.com/chavarera/cinfo

cinfo computer hardware-information information-gathering-tools networking python system-information

Last synced: 11 months ago
JSON representation

Cinfo is an python based tool to gather system related information

Awesome Lists containing this project

README

          

# CInfo (Computer Information)
[Join slack channel for more discussion & Help ](https://join.slack.com/t/cinfo-group/shared_invite/enQtODU3Nzc2OTUwMjk1LTQxNzdhNmI1MjJkMjYxMjM2OTIyOTMwYzkyMDZhMDU2OGE5ZDliMWEwZWVmN2Q4ZmMzOTQ0NThmMjMwZmU4OTk)

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

![CInfo](https://raw.githubusercontent.com/chavarera/Cinfo/master/img/logo.png)

[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/chavarera/Cinfo)

## Table of Contents
- [About](#About)
- [Prerequisite](#Prerequisite)
- [Install](#install)
- [Contributors](#Contributors)
- [Help](#Help)
- [License](#license)

## About
CInfo Gathers Following Information
```
System Information | Network Information
Software Information | Storage Information
Hardware Information | File Information
Ports Information | Device Information
Services Information
```
and help you to export into Different File format.

### Prerequisites
What things you need
```
Python version : 3.x
Operating : Windows,Linux
```

### Install
**Step 1.** Clone Cinfo Repository https://github.com/chavarera/Cinfo.git
```
git clone https://github.com/chavarera/Cinfo.git
```

**Step 2.** Change Directory
```
cd Cinfo/
```

**Step 3.** Install Required Packages
```
pip3 install -r requirements.txt
```

**Step 4.** Now run the program by following command in any operating system of your choice :
```
Windows : python Cinfo.py
Linux : python3 Cinfo.py
```
above scripts Generate System Information.

**Step 5.** Now Run GUI
```
python MainUi.py
```
All Installation steps (Tried in Windows)

![Installation](https://raw.githubusercontent.com/chavarera/Cinfo/master/img/installation.png)

**Step 6.** Select Module from Left Checkboxes and Submodules
Output Window

![Demo](https://raw.githubusercontent.com/chavarera/Cinfo/master/img/output.png)

## Contributors


Ravishankar Chavare
Ravi Chavare

📖
Deepak Chauhan
Deepak Chauhan

📖

## Help
[Code of conduct](CODE_OF_CONDUCT.md)

## License
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details