├── .gitignore ├── LICENSE ├── README.md └── script.py /.gitignore: -------------------------------------------------------------------------------- 1 | myenv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syedmharis/Student-Feedback-Automation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syedmharis/Student-Feedback-Automation/HEAD/README.md -------------------------------------------------------------------------------- /script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syedmharis/Student-Feedback-Automation/HEAD/script.py --------------------------------------------------------------------------------