tigerANrex / Magic_Wand

I made this to automate my time card entry.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic_Wand

I made this to automate my time card entry.

We used Wand to enter our time cards.

I used this script with Windows Task Scheduler, so every Friday at 5pm it would run this script.

Made this because I am too lazy to do my own time card ¯\_(ツ)_/¯

Installation

  • Python 3
  • Selenium
    pip install selenium
    
    ---or---
    pip3 install selenium
    
  • Chrome Webdriver in PATH
  • Enter your Username and Password in the script
  • Run the script
    python Magic_Wand.py
    
    ---or---
    python3 Magic_Wand.py
    

About

I made this to automate my time card entry.


Languages

Language:Python 100.0%