Uses Python to test your PC's speed/performance.
Wiki: https://github.com/MitchellShibilski-Unkel/PyPC/wiki
- To install, click on "Releases" on the right side of your screen
- Click on the newest version of "PyPC-Tests"
- Click on "Assets", and then click on the source code file, to your liking
OR
- Use
pip install git+https://github.com/MitchellShibilski-Unkel/PyPC.git@main
- This category of tests adds basic math problems and simple "for" loops
- Math tests options:
- Adding
- Subtracing
- Multiplying
- Dividing
- This category of tests adds two different types of sorting algorithms/tests; selection, merge, greatest to least and least to greatest, and bubble sort.
- This is Python file allows you to get your computer's CPU and OS information
- CPU Count
- Processor Type
- Architecture
- OS Name
- RAM Usage
- CPU Usage
- CPU Physical & Logical Cores
- Swap Memory
- CPU Temperature
- This adds more complex tasks/algorithms
- Wave Function
- Prime Counter
- RNN Algorithm | Supports GPU
- This uses current tests in PyPC and uses multiprocessing to max out your CPU to test how fast your computer can process a task under heavy load
- Merge Sorting
- Prime Counting
- This adds a WiFi download and upload speed test
- Load up the
scoreSys.py
file in your project - Call the function,
.allTests(letter list, int a, int b, number list)
OR
- Use
python ScoringSysCMD.py
to run PyPC in the terminal
Wiki: https://github.com/MitchellShibilski-Unkel/PyPC/wiki/How-To-Use#how-to-use