Auto-Fill is a productivity application designed to automate the repetitive task of manually entering data into online submission forms. The application provides a Graphical User Interface (GUI) and utilizes Business Process Automation (BPA) to improve workflow efficiency.
Auto-Fill is a Python-based program with a GUI designed using the PyQt plug-in. The program utilizes Selenium web framework for browser automation and provides a user-friendly interface for quick and efficient form filling.
- Automate the process of manual data entry onto online submission forms
- User-friendly GUI for easy form filling
- Browser automation using Selenium web framework
- Python and JavaScript for scripting purposes
- PyQt plug-in for GUI design
- Selenium web framework for browser automation
- Clone the repository or download the files.
- Install the required dependencies.
- You must have Python, pyinstaller, and additional dependencies PyQT5. Compile the program
python3 loadui.py
and fill out the required fields in the GUI. - Click the "Auto-Fill" button to automatically fill out the online submission form.
- Integrate support for a wider range of online submission forms.
- Improve the accuracy of data entry by incorporating machine learning algorithms.
- Implement multi-platform compatibility.