Skip to content

Python scripts for quickly filtering through and finding cheapest components on Digi-Key

Notifications You must be signed in to change notification settings

forrestv/python-digikey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To find an 0603 resistor within 30% of 2 kiloohm:

./resistor 2k --tolerance 30

To find any capacitor within 10% of 1nF with a minimum voltage of 20V:

./capacitor 1nF --voltage 20 ./capacitor 1nF --voltage 20 --package ANY

Click the printed URL. Results are priced according to a quantity of 10 and sorted by ascending price, so you can probably use the first result.

The cheapest part number is printed.

About

Python scripts for quickly filtering through and finding cheapest components on Digi-Key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages