Python code to Generate Random number of unpredictable sequence within a set of predefined range. This simple code can generate random number within a range
Python To Read Word Document – DataFrame
Python Program to read a book (docx Word document) & store it in a DataFrame in Python. Problem Statement: Following code will read a book from the system in a document form and store it in a dataframe in Python. Solution: Step 1: Convert a pdf book into .docx format. […]
How to Scrap Data from Website using Python?
Learn how to use BeautifulSoup with Python to scrape website & then parse the HTML from the page.
Python Program – To Reverse A String – Simple Code
Use this Python code snippet to Reverse string from a Python Variable. The code is just a one liner & wjust works fine for reversing string.
How To Delete Message From Facebook Messenger?
You can delete a single message at a time from both the mobile app version of Facebook Messenger & the desktop version of Messenger, but you cannot delete multiple messages at once. Keep in mind that deleting a message will only remove it from your side of the conversation; the […]
Facebook Messenger Streaks Feature
Facebook Streaks Facebook Messenger is testing a streaks feature to show users how long and how often they’ve been messaging their friends Facebook is now setting a new feature named streaks that is a most common feature on Snapchat, an addictive game that encourages friends to send messages to each […]
Excel Custom Number Format- Change Currency To Indian Format
Convert Number Format or Currency Format This is something I learned today. One of my friends called me for a help. He has Excel sheet with numbers like this. 33,32,100 and 31,10,100 – Typical Indian Currency format If we select 2 or more cells with numbers in it, Excel displays […]
Google Lens Project – That Understands Images Better than Before
“All of Google was built because we started understanding text and web pages. So the fact that computers can understand images and videos has profound implications for our core mission,” _ CEO of Google Google never failed to impress us with its creations and one new project ahs been done […]
World’s Simplest Key logger using VB6
Learn how a Key Logger is coded using VB6 with just simple code & then how it can be used to record the key strokes by running at the background
Text To Speech Application – VB6 Voice Code
Get VB6 Text to Speech code using Win32 Speech API (SAPI or TTS) & develope VB6 application with voice options enabled.