https://github.com/just1diaxx/pcpartpicker
An unofficial app for the site https://pcpartpicker.com/list .
https://github.com/just1diaxx/pcpartpicker
builds configuration partpicker pc pcpartpicker site vb visualbasic
Last synced: 4 months ago
JSON representation
An unofficial app for the site https://pcpartpicker.com/list .
- Host: GitHub
- URL: https://github.com/just1diaxx/pcpartpicker
- Owner: Just1diaxx
- Created: 2024-06-09T20:03:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T06:01:50.000Z (about 2 years ago)
- Last Synced: 2025-02-17T07:41:55.724Z (over 1 year ago)
- Topics: builds, configuration, partpicker, pc, pcpartpicker, site, vb, visualbasic
- Language: Visual Basic .NET
- Homepage: https://discord.gg/RERfFFy8Vc
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PCPartPicker

# ❓ What it is?
_PCPartPickerApp is an unofficial app for the website https://pcpartpicker.com ._
# ❓ How it works?
*It is very easy to use. Open it and you will find a web window of the original PCPartPicker site, directly in the list part. Choose your components and, once finished, click on "Save a configuration". Enter the build code (the one you find in the screenshot below) and click OK. Then give your configuration a name (so that if you have more than one it will be easier for you to recognize the one you are interested in). Now, if you want to reload a configuration that you had previously saved, click on "Load a configuration" and enter the build code provided from the list of your saved configurations (the list works in the format "Build code - Build name"), and it will load on the browser web application the required configuration. Finally, if you no longer need a configuration, or you made a mistake in typing its build code, click on "Delete a configuration" and enter the build code of the configuration to delete ❗ATTENTION: ONCE A CONFIGURATION IS DELETED IT WILL NO LONGER BE POSSIBLE FIND IT IF NOT RESAVING IT❗*
_What a build code is:_

# ❓ How i can compile it?
*It's very easy to compile, but let's start by dividing the explanation into points:*
# 1. Download the source code from the github page.

# 2. Open the sln file with visual studio 2022.

# 3. Open the "compilation" drop-down menu and click on "Publish PCPartPicker1"

# 4. Select a location for the installer files and click the Finish button.

# 5. Now a folder named in base of how you named it will appear. Open the file "setup.exe" located in this folder.

# 6. Now you are ready to go! Search in the Windows Search "PCPartPicker1" and the application will open!
# ❗ Enjoy!
_-Just1diax_