In this blog you will be making your own Phone Book Management System using C Programming. Source code and explanation given below. Whole program is divided into Functions! Our whole C Program will be divided into 7 functions: askPassword (Entry point where user is asked for password to enter our system) printBars (To print beautiful bars at […]
In this blog you will be making your own Spell and Grammar checker by using opensource tool knows as LanguageTool. What is Language Tool? LanguageTool is an open-source grammar tool, also known as the spellchecker for OpenOffice. This library allows you to detect grammar errors and spelling mistakes through a Python script or through a […]
In this blog, you will get the full source code for creating a Live Chat Room using Python modules. A person can create a room and multiple users can join room by entering room name. Running our Project Below are the steps to run the project. 1. Copy the content of source code (at the end […]
PDF or Portable Document Format is one of the most common documents sharing format. It can have different elements like text, images, tables, or forms in the file. Since there is a lot happening in a single file, it becomes tedious to extract data out of the PDF file. In this post we will use […]
In this blog, we will learn how to generate QR Code using Python with help of qrcode module. What is a QR Code? Often when transacting with digital wallets, we scan the QR Code. Not just any code, QR Code is able to speed up and simplify the transaction process. The existence of a QR […]