Category Python Modules

Modules is one of the best feature of Python. Except some core modules, you can install what you need and keep your Python setup smooth.

Python Tkinter: Simple Savings Calculator

Featured Img Salary Calculator

Hello learner! Today let’s use the Python Tkinter module to build a plain, GUI savings calculator. The application takes on the salary of a person along with some expenditures such as travel, food and miscellaneous.The application will then determine the…

How to play music in Python?

playsound module

Hello fellow learner! Today we are going to learn how to play music in Python using a few simple lines of code. Method 1: The playsound module The playsound library is a cross platform module that can play audio files.…

Python Tkinter: Random Movie Suggestions

Featured Img Random Movie Suggester

Hey guys! Today in this tutorial we are going to build a simple GUI random movie suggestions app using Python tkinter. 1. Data Preparation To obtain a large dataset containing a lot of movie names we make use of kaggle.…

Python: Wikipedia Module

Featured Img Wikipedia Module

Hello fellow learner! Today in this tutorial, we are going to learn about a new module named Wikipedia which can be used to get information about anything required. So let’s get started. Introduction to the Wikipedia Module in Python Python’s…

Python Emoji Module: A Complete Guide

Featured Img Emoji Module

Hey, there fellow learner! Today we will be learning something fun! We will be taking a look at the emoji module in python. So let’s begin! Emojis in Modern Communication In today’s world, people communicate their emotions through emojis rather…

Python: Faker Module

Featured Img Faker Module

Hey there! Today we are going to learn about the Faker module which is going to be very interesting to learn. So let’s begin! Introduction to the faker module Faker module is used to generate random data including random attributes…