Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kingakeem/easytime

This is a script to automate logging hours into my timesheet.
https://github.com/kingakeem/easytime

automation easytime python python3 selenium webdriver

Last synced: about 2 months ago
JSON representation

This is a script to automate logging hours into my timesheet.

Awesome Lists containing this project

README

        

# Easy Time
I really enjoy programming and hate having to do redundant or trivial tasks. I'm a student Computer Technician at my university and we have to manually fill our timesheets since we don't have an automated time entry system. Being lazy and a programmer, I thought it'd be a good project to see if I could get Python to record my time for me. When I began this I wasn't quite sure how to use networking with Python so I just used Selenium because it was the easiest thing for me to conceptualize. I feel a little guilty since I believe that Selenium is supposed to be a testing framework and not used as an application. Because of this I plan on switching it to use something else like urllib or requests.

## Getting started
To get script onto your local machine, if you have git installed then you can run `git clone https://github.com/KingAkeem/EasyTime.git`. It will be installed in the current working directory.

## Prequisites
Please refer to 'requirements.txt'

## Execution
Whenever you need to execute the script you can either run ./path/to/core.py or python3 /path/to/core.py.

## Authors
* **Akeem King** - *Creator* - [KingAkeem](https://github.com/KingAkeem)