Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

luigi311/PcPartPicker-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PcPartPicker-API

Python3 API for getting part information from PcPartPicker

Examples:

  • Save all cpu data to .json file
     from PcPartPicker import PPP_API
     import json
    
     cpu_info = PPP_API.get_part("cpu")
    
     with open("cpu.json", "w") as outfile:
         json.dump(cpu_info, outfile)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published