Python Web Data Entry Automation

Замовник: AI | Опубліковано: 16.09.2025
Бюджет: 8 $

The task is to replace repetitive, manual data entry in my web-based application with a dependable Python automation script. Once finished, I want to point the script at a CSV, Excel, or JSON file, press run, and watch every record flow into the site exactly as if it were typed by hand. A headless-friendly tool such as Selenium or Playwright will likely be needed to: • handle login and session management, • navigate through the form pages, • populate all required fields, and • submit each record while logging success or failure. The code must run on Windows 10 with Python 3.10 (virtual-env friendly) and be easy to configure—URL, credentials, and input file path should sit in a single section at the top of the script. Deliverables - A clean, well-commented .py file that performs the complete data-entry cycle - requirements.txt for quick environment setup - A concise README covering installation, configuration, and usage Acceptance criteria - Running `python main.py` on my machine inserts every provided record into the web application with 100 % accuracy - The script prints/logs a clear summary of successes and any errors without crashing If an alternative approach (requests-based posting, browser automation framework other than Selenium/Playwright, etc.) can meet the same results, I’m open to it as long as setup remains straightforward and cross-platform. Looking forward to replacing keystrokes with clean, maintainable Python.