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

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages