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

https://github.com/roggersanguzu/pc--info---extractor--program


https://github.com/roggersanguzu/pc--info---extractor--program

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# PCInfoDelight

PCInfoDelight is a simple Windows Forms application that allows you to retrieve various system information about your computer. This application provides an easy way to access essential details about your PC.

## Table of Contents

- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Features

- Retrieve the computer name.
- Get the login username.
- Display the number of processors.
- Calculate the time elapsed since the last boot.
- Show the screen resolution.
- Display the application version.

## ScreenShot
![Pc](https://github.com/RoggersAnguzu/PCInfoDelight/assets/141458053/025f8cac-3566-4e7b-a232-426e2a267bee)

## Getting Started

To get started with PC Information Generator, follow these steps:

1. Clone this repository to your local machine.
2. Open the project in Visual Studio or your preferred C# development environment.
3. Build and run the application.

## Usage

Once the application is running, you can use the following buttons to retrieve system information:

- **Get PC Name**: Click this button to display your computer's name.
- **Get Username**: Click this button to show your login username.
- **Get Processor Count**: Click this button to find out how many processors your PC has.
- **Get Uptime**: Click this button to calculate the time elapsed since the last boot.
- **Get Screen Resolution**: Click this button to view your screen's resolution.
- **Get Application Version**: Click this button to display the application version.

Each button will display the information in a text box within the application's user interface. Additionally, a message box will provide further details where applicable.

## Contributing

Contributions are welcome! If you would like to enhance this application or fix issues, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and test them thoroughly.
4. Submit a pull request with a detailed description of your changes.

## License

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