Skip to content

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

License

Notifications You must be signed in to change notification settings

AmolDerickSoans/ChecSpecc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages