Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kingakeem/easytime
- Owner: KingAkeem
- License: unlicense
- Created: 2017-07-30T19:30:55.000Z (over 7 years ago)
- Default Branch: no_auto
- Last Pushed: 2018-01-13T21:52:58.000Z (about 7 years ago)
- Last Synced: 2024-11-05T16:54:58.590Z (3 months ago)
- Topics: automation, easytime, python, python3, selenium, webdriver
- Language: Python
- Size: 110 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)