Cryptocurrency Price Tracker is a real-time web application built with Streamlit. This app provides up-to-date information on various cryptocurrencies, including their current prices, market capitalization, and more. Users can select different cryptocurrencies, date ranges, and specific metrics to view detailed price trends and market data interactively.
- Real-time price updates: Fetches and displays the latest data for selected cryptocurrencies (BTC-USD, ETH-USD, LTC-USD).
- Customizable date range: Users can select the start and end dates to view historical data over specific periods.
- Interactive charts: Dynamic line charts showing selected metrics (Open, High, Low, Close, Volume) over the specified date range.
- User-friendly interface: Easy navigation and selection through a sidebar with options for cryptocurrency selection, date range, and display values.
- Streamlit integration: Built using Streamlit for rapid development and deployment, providing a seamless user experience.
git clone https://github.com/Hannan2004/Crypto-Currency-Price-Tracker.git
cd Crypto-Currency-Price-Tracker
pip install -r requirements.txt
streamlit run main.py