Skip to content

Permission request #12

@twekberg

Description

@twekberg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions