This is a code where you can easily fill you timesheet with just one click. No need to worry about selecting each day and then select the time.
Your work is very simple just fill out the excel sheet and then when you are ready just run the python code it will automatically fill the timesheet
I have also integrated this code with google home using IFTTT (webhooks) and ngrok so when I say "Ok Google fill my timesheet" it fills my timesheet automatically
Things you need to do are
• Install selenium driver for python
• Replace the #your_company_website” with you company website
• Replace the #your_username” with you username
• Replace the “#your_password” with your password
If you are planning on implement this in any server then use xampp and the make the php code run your python script