How I Created an Audiobook App with Streamlit

Welcome to another project tutorial using the Streamlit Library. Itโ€™s been a while since I created projects using this framework. The previous project tutorial was on creating a weather app which was the third series on developing a single application using three Python frameworks. In this tutorial, we will learn to design something really interesting, … Read more

How I Created an Email Address Verifier Using Flask

Email addresses are primarily used for communication. They are also used for authentication and authorization. Collecting email addresses is crucial for marketing companies and other businesses. It helps to promote their services and to provide good customer support. โœ… Verification of email addresses involves confirming the authenticity or legitimacy of user’s email address. Integrating email … Read more

How I Created a Currency Converter App Using Streamlit

Learning programming allows you to create and design beautiful, exciting, and interactive applications. If you choose Python as your preferred language, many project ideas are waiting for you. From building web applications to creating games, there are projects for everyone. ๐Ÿ’ก Project Description: In this tutorial, we will use Streamlit to create a simple currency … Read more

How I Built an English Premier League Scores Tracker with Streamlit

The English Premier League is the most-watched football competition in the world. It is full of suspense, breathtaking, and unpredictable events. Few competitions have witnessed the aggression, excitement, and burst of energy seen in the Premier League. No wonder why it has drawn millions of football fans worldwide. So, you can take advantage of that … Read more

How I Designed an AI Blog Writing Tool with Streamlit

Barely four months since OpenAI unleashed ChatGPT, a human-behavior-mimicking chatbot that took the community by storm, they recently announced its successor, GPT-4. This development will continue to disrupt the global market and, unfortunately, take the jobs of millions of people. While it’s a welcome development for ChatGPT users looking to explore the capabilities of AI … Read more