- π¨βπ» All of my projects are available at carloshperc.com
- π¬ Ask me about iOS, SwiftUI,Apple Augmented Reality, Architecture, WatchOS and TvOS
# homebrew
if test ! $(which brew); then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
This project automates the process of fetching current exchange rates for various currencies and cryptocurrencies (USD, BTC, EUR, ETH), converting them to Brazilian Real (BRL), and sending the convβ¦
Python