Posts by Ashika Pemmaiah
Author Biographical Info: Not available
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
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
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
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
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
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
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