-
Notifications
You must be signed in to change notification settings - Fork 0
How To Use
Mitchell Shibilski-Unkel edited this page Apr 13, 2024
·
4 revisions
- Load up the
scoreSys.py
file in your project - Call the function,
.allTests(letter list, int a, int b, number list)
-OR-
1. In your terminal, type in `python ScoringSysCMD.py` to run the terminal version of PyPC
In addition to this test, there is a way you can get your computers in information/specs (e.g., CPU info). To do this:
1. Call `generalSpecs.py` file 2. You can choose what you want to know about your computer. RECOMMENDED: Use the `.runAll()` function to get most of your computer's info; however, this does not include all the CPU information. The same goes for the '.allTests()` for multiprocessing.