Posts by Ashika Pemmaiah

Author Biographical Info: Not available

Create an Audiobook from PDF file using Python – Text to speech

By Ashika Pemmaiah

Hey there! In this tutorial, we will be learning to convert any regular PDF into an Audiobook using Python in PyCharm. Here this program will read aloud any PDF file. We can say th.... Read More

Screen Recorder using Python

By Ashika Pemmaiah

Hey there! In this tutorial, we will be learning to build a Screen Recorder using Python in PyCharm. Python is a widely-used general-purpose language, that allows a variety of task.... Read More

Extracting images from a PDF using Python

By Ashika Pemmaiah

Hey there! In this tutorial, we will be learning to extract images contained within a PDF file using Python. Implementation Step 1 Open PyCharm and create a project titled PDF_Ima.... Read More

Image Steganography using Python

By Ashika Pemmaiah

Hey there! In this tutorial, we will be learning to perform Image Steganography using Python. Steganography is the process of hiding secretive data within an ordinary file during t.... Read More

Building a voice-controlled virtual assistant using Python

By Ashika Pemmaiah

Hey there! In this tutorial, we will be learning to create a simple voice-controlled virtual assistant in PyCharm using Python. Below attached are the basic steps to create a virtu.... Read More

Creating your own browser using Python

By Ashika Pemmaiah

Hey there! In this tutorial, we will be learning to create a simple browser in Python using PyQt5 in PyCharm. Qt is a set of cross-platform C++ libraries that implement high-level .... Read More

Building a Telegram Bot using Python

By Ashika Pemmaiah

Hey there! In this tutorial, we will be learning to create a simple Telegram Bot in PyCharm using Python. Telegram Bots are simply Telegram accounts operated by software. Building .... Read More