Skip to content

A pythonic tool for getting PC main specifications

License

Notifications You must be signed in to change notification settings

moehmeni/pcspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcspec

A pythonic tool for getting PC main specifications like CPU and GPU model , RAM and disk free space.

Installation

python -m pip install -r requirements.txt

Usage

from pcspec import PC

pc = PC()

print(pc.json_info)

Output :

{
    "CPU": "AMD A9-9420 RADEON R5",
    "Free disk space": "18 GB",
    "GPU": "AMD Radeon(TM) R5 Graphics",
    "Platform": "Windows",
    "RAM": "7.5 GB"
}

Releases

No releases published

Packages

No packages published

Languages