TimeCal is a simple desktop application for tracking daily work hours, locations, and per diem, with reporting and calendar-based entry. It is built with Python and PySide6 (Qt for Python).
- Calendar View: See your entries highlighted on a monthly calendar.
- Quick Entry: Click any date to add, edit, or delete an entry for that day.
- Entry Details: Track hours worked, location, and per diem for each day.
- Reporting: Generate reports for any date range, with totals for hours and per diem.
- Simple UI: Clean, responsive interface with a native look and feel.
- Data Storage: All data is stored locally in a SQLite database (
caldata.db). - Custom Icon: Uses
icon.icoif present in the app folder.
- Python 3.8+
- PySide6
- Clone or download this repository.
- Install dependencies:
pip install PySide6 - Place your
icon.icoin the same folder astimecal.pyw(optional).
Run the application with:
python timecal.pyw
- Add/Edit Entry: Click a date. If an entry exists, you can edit or delete it.
- Delete Entry: Select a date with an entry, choose "Delete" and confirm.
- Reporting: Click the "Reporting" button, select a start and end date, and generate your report.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and its documentation files ("the Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software.
THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
You are granted all permissions without any conditions. You do not need to retain, reproduce, or include any copyright notice or a copy of this license when you redistribute the Software.
By choosing to use, copy, or modify the Software in any way, you are agreeing to completely and permanently release the original author(s) from all liability. If anything goes wrong, you are entirely responsible.
END