diff --git a/README.md b/README.md
index f29e2d0..3355231 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,19 @@ crypt -d [encrypted file] [output file] # decrypts files
+## Cryptocurrency
+
+Converts Cryptocurrency based on realtime exchange rates
+
+
+
+
+
+
+
+If you want to bypass to guided input you can pass in 3 arguments and it will run from there
+ex.```currency [baseCurrency] [exchangeToCurrency] [amountBeingExchanged]```
+so a valid use case would be ```currency BTC USD 12.35```
## Currency
@@ -108,6 +121,15 @@ Quick search that grabs relevant information about a movie
+## Newton
+
+Performs numerical calculations all the way up to symbolic math parsing.
+
+
+
+
+
+
## Qrify
diff --git a/cryptocurrency/cryptocurrency.png b/cryptocurrency/cryptocurrency.png
index b06626e..da849c3 100644
Binary files a/cryptocurrency/cryptocurrency.png and b/cryptocurrency/cryptocurrency.png differ
diff --git a/install.sh b/install.sh
index dbd4326..8a9c00b 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.15.2"
-declare -a tools=(currency cryptocurrency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo)
+declare -a tools=(currency cryptocurrency stocks weather newton crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo)
declare -a extraLinuxTools=(maps)
declare -a extraDarwinTools
usedGithubInstallMethod="0"
diff --git a/newton/newton.png b/newton/newton.png
new file mode 100644
index 0000000..52fb4be
Binary files /dev/null and b/newton/newton.png differ
diff --git a/uninstall.sh b/uninstall.sh
index 805f5f0..b61f76a 100755
--- a/uninstall.sh
+++ b/uninstall.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-declare -a tools=(currency cryptocurrency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo)
+declare -a tools=(currency cryptocurrency stocks weather newton crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo)
all="1"
askUninstall()