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.
- Host: GitHub
- URL: https://github.com/matheusadc/automacaopython
- Owner: MatheusADC
- Created: 2024-04-09T03:18:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T14:09:45.000Z (over 1 year ago)
- Last Synced: 2025-06-19T19:53:40.814Z (12 months ago)
- Topics: pandas, pyautogui, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
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.
#
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
