https://github.com/roggersanguzu/pc--info---extractor--program
https://github.com/roggersanguzu/pc--info---extractor--program
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roggersanguzu/pc--info---extractor--program
- Owner: roggersanguzu
- Created: 2023-09-12T20:17:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T20:41:54.000Z (about 2 years ago)
- Last Synced: 2025-01-16T18:52:39.230Z (9 months ago)
- Language: C#
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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.