Skip to main content

My new Desert Vehicle

Automation with Python


Type in a search bar with Python

Automation with Python. My first video demonstrates how something could be typed into a search bar with a python program. I am experimenting with Automation with Python Programming language. Automation being movement on the computer screen without a user just a program running. This initial experimentation will lead to a traffic bot. So I am going to be looking at automatic opening of websites, movement on the screen use of clicks, scrolls and so on. For this movement I have downloaded Pip and Pyautogui which is a Python library. See previous blogs to see how to do this.
    The videos below will show the different movements and automatic activities that were applied through the use of Python programming.

Move a cursor with Python



Click on screen using Python



Scroll automatically using Python



Close automatically with Python



Hold mouse button down with Python


Comments

Popular posts from this blog

Cyberpunk 2077_ go to red dirt in the evening

Rumble link

Using bravenet site builder 2020

Using the free bravenet site builder which is on some hosting sites. Bravenet allows free hosting with a subdomain like wordpress and own domain with premium account. Bravenet site builder has several themes. In the video I am trying one of the themes and showing how you can edit and build a site with the site builder.

Install Pyautogui and Pip in Python

Install Pyautogui in Python The video above shows how you can easily download and install pyautogui into Python. Pyautogui is a Python library. For any python library to be installed you need to have Pip installed. Watch the video below to see how this is done. Install Pip in Python