Learn how to build a web assistant application using Django framework and OpenAI GPT3.5 API in Python.
Learn how to build a nice GUI dictionary app with audio pronounciation using the Tkinter library in Python.
Learn how to build a complete GUI QR code generator and reader program in Python using Tkinter, qrcode and OpenCV libraries.
Learn how to build a voice recorder GUI app using Tkinter and sounddevice libraries in Python.
Learn how to build a web-based application in Django that verifies email addresses using email-validator in Python.
Learn how to build a GUI app that downloads audio (MP3) files from YouTube videos using Pytube and Tkinter libraries in Python.
Learn how you to build an age calculator that calculates your age based on your birthday using Tkinter and datetime library in Python.
Learn how you can build a CLI and GUI YouTube video downloader using Pytube in Python.
Explore different libraries for detecting natural languages such as langdetect, langid, googletrans, and language-detector in Python.
Learn how you can build a Django website showing weather of any city in the world using OpenWeatherMap API in Python.
Learn how to extract gender from first name using genderize.io API and build a GUI around it with Tkinter in Python.
Learn how to build a GUI currency converter using ExchangeRate API and Tkinter library in Python.
Learn how to build a CRUD Book store app using Django web framework and Bootstrap, with the ability to create, read, update, and delete books with ease.
Learn how to build a simple dictionary application using Django web framework and PyDictionary library in Python.