diff --git a/README.md b/README.md new file mode 100644 index 0000000..f698efd --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +capacitor +========= + +Simple capacitor code calculator on the command line written in Go and Python. + +##Usage: + +``` +capacitor 404 +./capacitor.py 404 +``` + +Output: +``` +4000 nF +4 uF +``` + +--- + +``` +capacitor 010 +./capacitor.py 010 +``` + +Output: +``` +10 pF +```