A web application to get your EAMCET score from your response sheet. No struggle to calculate by yourself. Clone this repository and run the project by typing the following command in terminal.
python manage.py runserver
- Python 3.11
- Django 4.2.1
- BeautifulSoup 4.12.2
- HTML5
- CSS3
Clone this repository using the following command
https://github.com/dineshveguru/marks_scraping
then, go to marks_scraper folder using the following command in terminal
cd marks_scraper
now, run the following command on termial by specifying your preferable port number in port_number
or leave it to in default port 8000
python manage.py runserver {port_number}
Checking your online responses sheet and calculating your exam score can be dauntful. So, I made a project for calculating your score automatically by providing your response sheet link to the website.
- Web scraping is done using BeautifulSoup
- Django is used as backend
- Plain HTML and CSS is used.
Contributions are welcome! If you want to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b my-new-feature
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push the changes to your fork:
git push origin my-new-feature
- Submit a pull request.
This project is licensed under the MIT License.
For any questions or feedback, please mail me at [email protected]