Posts by Harish Mullagura
Author Biographical Info: Not available
We will discuss how to check if the string ends with the specified value. If it ends with the given value, we return true else false. By using endswith() Method, we can know if a g.... Read More
We will discuss one of the famous codes that is how to program Random dice roll in Python. The program is popularly known as “Roll the dice”. For this we will use the r.... Read More
In this tutorial, we will discuss how to generate random sentences in Python. There are many ways to generate random sentences using random and secret modules. In this tutorial, we.... Read More
In this tutorial, we will discuss how to get the current time in seconds in Python. In Python, there are many ways to get the current time. One such way is Time module. Time module.... Read More
In this tutorial, we will discuss how to use Random shuffle() Method in Python. shuffle method is used for changing the position of elements in the list. shuffle() is an inbuilt fu.... Read More
Now, we will see how to send whatsApp message through website web.whatsapp.com using pywhatkit in Python that can automatically send messages to any WhatsApp number. Send WhatApp m.... Read More
In this tutorial, we will discuss how to use playsound module in Python. By using playsound module we can play sound. This is a cross platform module that can play audio files. Pla.... Read More
In this tutorial, we will discuss how to install pywhatkit in Python. Pywhatkit module contains many features like Send WhatsApp messages Send WhatsApp images Converting an Image t.... Read More