Skip to content

first project with Streamlit. Consuming data from the crypto market through CoinGecko API, the required data will be displayed. More visualizations and functionalities will be implemented in the future.

Notifications You must be signed in to change notification settings

Luisarg03/Streamlit-CryptoCurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Streamlit CryptoCurrency

View Demo · Report Bug

About The Project

first project with Streamlit. Consuming data from the crypto market through CoinGecko API, the required data will be displayed. More visualizations and functionalities will be implemented in the future.

Prerequisites

  • Python 3.9.4
  • git

Installation

  1. Clone the repo
    git clone https://github.com/Luisarg03/Streamlit-CryptoCurrency.git
  2. Create Python env on distros Linux
    python3 -m venv /path/to/new/virtual/environment
    Create Python env on Windows
    python -m venv /path/to/new/virtual/environment
  3. Activate you env on distros Linux
    source /path/to/new/virtual/environment/Scripts/bin/activate
    Activate you env on Windows
    cd /path/to/new/virtual/environment/Scripts & activate
  4. Install dependencies
    pip install -r requirements.txt

Examples

amazing examples by Streamlit https://streamlit.io/gallery

For more, please refer to the Documentation

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

free license for distribution 🖤

Contact

Name - luisarg03

Project Link: https://github.com/Luisarg03/Streamlit-CryptoCurrency

About

first project with Streamlit. Consuming data from the crypto market through CoinGecko API, the required data will be displayed. More visualizations and functionalities will be implemented in the future.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published