/current-crypto-prices

This script creates a GUI with the current crypto prices in Python using the Kivy framework, you can use the requests library to make an API call to a crypto price service and the BoxLayout widget to arrange the labels in a vertical list. Here is an example of how you can do this using Kivy and the CoinMarketCap API.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

current-crypto-prices

This script creates a GUI with the current crypto prices in Python using the Kivy framework, you can use the requests library to make an API call to a crypto price service and the BoxLayout widget to arrange the labels in a vertical list. Here is an example of how you can do this using Kivy and the CoinMarketCap API.