This project is a Python automation script that registers products automatically in a web system.
The script opens the browser, logs into the system, reads product data from a CSV file, and fills the registration form automatically.
- Python
- PyAutoGUI
- Pandas
- The script opens the browser.
- Logs into the system automatically.
- Reads product data from
produtos.csv. - Fills the registration form.
- Repeats the process for all products in the file.
Run the program:
python main.py
This project was developed with guidance from the Python automation classes provided by the YouTube channel Hashtag Programação.
Channel: https://www.youtube.com/@HashtagProgramacao/videos
The implementation was adapted for learning and practice purposes.
Pedro Gaudencio