Skip to content

How To Use

Mitchell Shibilski-Unkel edited this page Apr 13, 2024 · 4 revisions

How To Use

  1. Load up the scoreSys.py file in your project
  2. 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.
Clone this wiki locally