hyzhangsf / punchIO

A simple command line tool based on python3 created to record punch in/out time of users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

punchIO

punchIO simple command line tool based on python3 created to record punch in/out time of users:

  • to punch in

      $ punchInRecorder.py in
    
  • to push out

      $ punchInRecorder.py out
    
  • to print all report

      $ punchInRecorder.py all        
    

Future To-Do

  • monthly / weekly / daily summary
  • enable deletion
  • enable update

About

A simple command line tool based on python3 created to record punch in/out time of users.

License:MIT License


Languages

Language:Python 90.0%Language:Shell 10.0%