/ChecSpecc

Python library that checks if computer meets recommended specifications to run python programs

Primary LanguagePythonMIT LicenseMIT

ChecSpecc

Python package that checks if computer meets recommended specifications to run python programs (Few features only work on windows)

Features

  • Creates a json file with recommended requirements based in developer's system hardware
  • takes CPU name ,RAM , GPU details
  • Compares it to system hardware of user's pc and tells whether it is idealto run the program
  • Has One CPU database with benchmark Scores that will do the comparision (GPU table will be added soon)

Help Needed

  • Creating the pypackage with 3 files > init file for cli , main file with compare function and data dir with one database (second will be added soon)
  • Writing unitTests
  • Fixing some issues to get CPU name from MacOS (platform.system == Darwin)

Current Build

screen-capture

Screenshot (19) Screenshot (20)