# auto_input_web_form **Repository Path**: davidhu1/auto_input_web_form ## Basic Information - **Project Name**: auto_input_web_form - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-25 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 本项目用于自动填写网页表单 ## 安装 ### 1、创建虚拟环境 ``` python -m venv .venv ``` ### 2、激活虚拟环境 #### Windows ``` .venv\Scripts\activate ``` #### Linux/macOS ``` source .venv/bin/activate ``` ### 3、安装依赖 ``` pip install -r requirements.txt ``` ## 运行 ``` python main.py ```