Let's see wifi password using pythonhttps://www.youtube.com/watch?v=t1XV2KNXaW8 Hey guys, welcome to the world of Python and wifi hacking... just kidding! In this article, we will be taking a look at a Python script that can be used to view the Wi-Fi password for a network you are cu...Jan 13, 2023·1 min read
Say Goodbye to Chrome: Build Your Own Browser with PyQt5 and PythonAlright folks! Let's build a browser so unique and wild that even Chrome would be envious! We'll be using Python and PyQt5 to build this browser, so make sure you have both installed on your computer. If not, you can use the following command to inst...Jan 10, 2023·3 min read
Build Your Own Link Tree with React, Next Js, Tailwind, and TypescriptForget about Linktree, it's time to build your own custom link tree! And with the magic of Typescript, Next.js, and Tailwind CSS, you'll have a tree that's both functional and fashionable. Live Site First things first, you'll need to clone the repos...Jan 9, 2023·2 min read
Lets build an email scraper in python that will scrape a bunch of emails from text and save them in a .csv fileWelcome to the Email Extractor-inator! This wacky Python program will turn your messy pile of emails into a neatly organized CSV file. Just follow these simple steps: Copy and paste your string of email-filled gibberish into the input_string variabl...Jan 9, 2023·2 min read
Get Your Spin On: A Guide to the CSS Loader WebsitesCSS loaders are those nifty little spinning things that you see on websites while they're loading content. They're like the digital equivalent of a bouncer at a trendy nightclub, standing at the door and letting you know that the party is happening, ...Jan 8, 2023·1 min read
Transform Your Tweeting Game with Python: Create a Twitter Bot that Automatically Posts Your Dev.to ArticlesAre you tired of manually tweeting your Dev.to articles? Do you wish there was a way to automate the process? Well, with the help of Python and the tweepy library, you can create a Twitter bot that will tweet all of your articles with just a few line...Jan 8, 2023·2 min read
Transform Your Input Fields with HTMLInputElement setSelectionRange()Hello all JavaScript enthusiasts! Are you tired of your users having to manually highlight text in input fields? Fear not, for the HTMLInputElement.setSelectionRange() method is here to save the day! This handy method allows you to programmatically s...Jan 8, 2023·1 min read