Skip to content

JAIDHEER007/Daily-Attendance-Py-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Attendance Python Bot

Instructions:

  • You must have Python installed in your PC
  • Required Libraries: Selenium, Pandas, BeautifulSoup, Tabulate.
  • Download chromedriver
  • Add it in the same directory where test1.py is located
  • Replace the ---UID---, ---PWD--- placeholders with your Username and Password
  • Run it using Daily Attendance.bat or using Command Prompt

Instructions to install required libraries:

  • You must have pip installed. It comes along with Python.
pip install selenium
pip install pandas
pip install beautifulsoup4
pip install tabulate

or

pip install -r requirements.txt

Configuring Daily Attendance.bat File:

You have to configure Daily Attendance.bat file before using it.

  • Copy the folder path where both test1.py and chromedriver.exe files were located.
  • Open Daily Attendance.bat file and replace the ---Path to python folder--- placeholder with copied path.
  • Now you are good to go!
  • You can copy the Daily Attendance.bat to anywhere on your computer and can instantly invoke the script.

Follow the below video.

Configuring Daily Attendance.bat


Useful Links:


Output Screenshots:

Output Video:

Output Video

About

Check your attendance with a double click.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published