https://github.com/gallo13/timesheet-input
Python program to fill out an excel sheet for employee work hours.
https://github.com/gallo13/timesheet-input
openpyxl python3 wxpython
Last synced: about 1 year ago
JSON representation
Python program to fill out an excel sheet for employee work hours.
- Host: GitHub
- URL: https://github.com/gallo13/timesheet-input
- Owner: Gallo13
- Created: 2021-01-11T17:31:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T14:16:33.000Z (over 4 years ago)
- Last Synced: 2025-01-26T00:34:27.197Z (over 1 year ago)
- Topics: openpyxl, python3, wxpython
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TimeSheet-Input
Python program to fill out an excel sheet for employee work hours.
- Python GUI using wxpython, advanced wxpython, and openpyxl to make and update excel files and fill out time sheets for hourly employees
- Program automatically adds up total hours worked daily
- Can continually add rows and update file without program or crashing program
- Can make a new file if file not found in folder and will automatically format the excel file
- If file found, it loads the workbooks and adds new rows where it was last finished, no gaps
- Can add a sheet input, some of code already done.
Inputs: Date, First Name, Last Name, Start Time, End Time, Total Hours Worked.
Add to the list under firstNameSelection and lastNameSelection to add to the combo box.
To do in future: - add csv file to store names
- change name from main.py to timesheet.py