Welcome to My New Programming Blog
-
Web Browser automation using Selenium in Python
bored of doing repeated tasks in your browser like account creation, submitting forms etc, you can automate all these by using a simple python program with the help of selenium and chrome web driver prerequisites before you start like always you need to have a python version installed. if not, visit python.org and download the… Read more
-
creating a Pyramid using PyAutoGUI in Python
PyAutoGUI is a python library for GUI automation, and today we are going to perform an automated drawing of a pyramid like above using PyAutoGUI, Lets see how to do that Before we start , we need to meet some prerequisite Install Python visit https://www.python.org/ and download the latest or stable version and install it… Read more
Follow My Blog
Get new content delivered directly to your inbox.