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

https://github.com/imshakil/pcinoob

An open-source application to generate PC Hardware Information developed with GUI in C++
https://github.com/imshakil/pcinoob

computer-hardware-information cpp cpp11 fltk gui hardware-information linux open-source ubuntu

Last synced: 7 months ago
JSON representation

An open-source application to generate PC Hardware Information developed with GUI in C++

Awesome Lists containing this project

README

          

# PCiNooB
It's a linux(ubuntu) terminal based computer application to generate computer hardware information and save those information to a text file.

## Tools

- FLTK Version: 1.3
- UI Used: FLUID (Fast Light User Interface Design)
- Environment: Linux(Ubuntu)
- Programming Language used: C/C++

## How to Run?

As I already said it's a terminal based application, so you have to run it from linux terminal. Let's start-

1. First of all, let's download the binary application using the following command line:

```
wget https://github.com/imShakil/PCiNooB/releases/latest/download/PCiNooB
```
2. Give permission to run this file:

```
chmod +x PCiNooB
```

3. Finally, run the application as below:

```
./PCiNooB
```

That's all. It will run and save some hardware information to a external txt file.

## Overview