Skip to content

arkobrat/UpgradeAdvisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpgradeAdvisor

A simple, easy-to-use PC upgrade advisor made using Python referencing the UserBenchmark API.

How-to

  • Download the benchmarking tool from UserBenchmark here.
  • Export the benchmark results to a text-file. To do this, simple copy-paste the results into a text file.
  • Run the Python script or the Windows executable.

Usage

If you're using the Windows binary:

upgrade_advisor <text file> <percentage improvement>

If you're using the Python script instead, similarly:

python3 upgrade_advisor.py <text file> <percentage improvement>

For example, if the results are stored in results.txt and you want a 30% improvement, the command would be:

upgrade_advisor results.txt 30

The output would be a list of potentially upgradable components for the CPU and the GPU which you can then check out.

About

A PC upgrade advisor made by referencing the UserBenchmark API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages