A program that gathers Coronavirus (COVID-19) data and employs its statistics onto an easy-to-understand Streamlit webpage. This is the first version, and is a work-in-progress, it will be further updated as more, major changes are made. This was made to further familiarize myself with the Python language and the Streamlit service. Being in an on-going pandemic, this tool will be useful to view COVID-19 data in an accessible manner for better understanding.
View on GitHub Live Service LinkA program that gathers various content/media platform's chart data and employs its statistics onto an easy-to-understand Streamlit webpage. You can use the program to see what content/media is currently popular on a platform. This is the first version, and is a work-in-progress, it will be further updated as more, major changes are made. This was made to further familiarize myself with the Python language and the Streamlit service.
View on GitHub Live Service LinkPriceCheckNotify (Twilio API) is a Python program that reads the price of an item on Amazon (you set the URL link), and matches it against a set sale price threshold (you set the price target). The program tests if the sale price of the item reaches the level of, or below the sale price target. When it passes the threshold, the program uses the Twilio API to send an SMS message to your cellular device notifying you about the new sale price of the Amazon product you selected.
View on GitHub