Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission request #12

Open
twekberg opened this issue Jul 6, 2018 · 1 comment
Open

Permission request #12

twekberg opened this issue Jul 6, 2018 · 1 comment

Comments

@twekberg
Copy link

twekberg commented Jul 6, 2018

I made some changes and put them into a branch, but I can't push it here. I named the branch twe-changes to separate them from your development changes. Note that I'm using Ubuntu 16.04. Here is the commit messsage (fixed typos):

Added argument parsing for guiType.py and Main.py.
Made full_screen an optional setting. Making it the default creates a window I can't move around.
Added report.py. This generates a report for people's time on a particular day. It may need some work with regard to the times/ directory.
Notes for the primary developer:
I had trouble installing so I put it into a virtualenv:

python3 -m venv timeclock-env
. timeclock-env/bin/activate
pip install -U pip
pip install tkinter
pip install slacker
sudo apt-get install python3-tk

Probably need to put the apt-get install in the README and the pip
installs in a requirements.txt file. Some examples on how to run would also be
nice, and a note on the password (1234).

May also want to mention that this requires python3.

@rsammelson
Copy link
Contributor

Please create a fork of this project on GitHub (https://help.github.com/articles/fork-a-repo/), and then create a pull request. This will allow us to approve your changes and merge them into our repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants