Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-16T06:01:50.000Z (6 months ago)
- Last Synced: 2024-11-06T19:48:08.282Z (about 2 months 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
![](https://pcpartpicker.com/static/forever/img/default-avatar.png)
# ❓ 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:_
![](readme_images/buildcode.png)# ❓ 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.
![](readme_images/githubsource.png)
# 2. Open the sln file with visual studio 2022.
![](readme_images/slnfile.png)
# 3. Open the "compilation" drop-down menu and click on "Publish PCPartPicker1"
![](readme_images/publishvs.png)
# 4. Select a location for the installer files and click the Finish button.
![](readme_images/installer.png)
# 5. Now a folder named in base of how you named it will appear. Open the file "setup.exe" located in this folder.
![](readme_images/setup.png)
# 6. Now you are ready to go! Search in the Windows Search "PCPartPicker1" and the application will open!
# ❗ Enjoy!
_-Just1diax_