An open API service indexing awesome lists of open source software.

https://github.com/matheusadc/automacaopython

This project aims to automate the filling of a product registration form.
https://github.com/matheusadc/automacaopython

pandas pyautogui python

Last synced: 17 days ago
JSON representation

This project aims to automate the filling of a product registration form.

Awesome Lists containing this project

README

          

# description icon Description
This project aims to automate the filling of a product registration form. Initially, the program opens the Google Chrome browser, navigates to the registration website, logs in, and finally registers the products.

# Python icon Libraries
### 1. PyAutoGui
PyAutoGUI is a library that not only allows mouse control through clicks but also enables keyboard key presses.


> [!CAUTION]
> It is worth noting that the use of the PyAutoGUI library assumes a predefined screen size.

### 2. Pandas
Pandas is a library that enables data manipulation similar to working with tables and spreadsheets. In this project, a .csv file was used to store the data to be registered.

# form icon Form
![image](https://github.com/user-attachments/assets/2ff383af-245d-4336-addb-d303615a5834)