AcademiaAutoFeedback
Automated Feedback Filler for SRM semester feedback (https://academia.srmist.edu.in/)
Install / Use
/learn @footcricket05/AcademiaAutoFeedbackREADME
AcademiaAutoFeedback: Automated Feedback Filler for Academia SRM 🤖
Automate the process of filling feedback effortlessly with AcademiaAutoFeedback. This Python script streamlines the feedback process for Academia SRM by using the pynput library to simulate key presses. It automatically navigates through the feedback fields, pressing the down arrow and tab keys as needed.
Prerequisites 📋
- Python 3.x
- pynput library
Installation 🚀
- Get Python 3.x from the official Python website: Python Downloads
- Install the pynput library with this command:
pip install pynput - Copy the code from
feedback_filler.pyinto your Python file. - Run the Python script.
- Position your cursor at the first feedback field.
- AcademiaAutoFeedback will automatically move through the feedback fields, pressing the down arrow and tab keys to complete the process.
- Customize the script to adjust timing between key presses or the number of down arrow key presses as needed. ⏳
Note: The script assumes sequential feedback fields and may need adjustments if your layout differs or requires different navigation keys.
Contributing 🤝
If you encounter issues or have suggestions for improvement, please consider creating a pull request or opening an issue.
License 📜
This project is licensed under the MIT License. Review the License file for details.
