Skip to content

QuantumPixelator/TimeCal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeCal

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).

Features

  • 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.ico if present in the app folder.

Requirements

Installation

  1. Clone or download this repository.
  2. Install dependencies:
    pip install PySide6
    
  3. Place your icon.ico in the same folder as timecal.pyw (optional).

Usage

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.

Screenshot

TimeCal Screenshot

License

IDGAF License

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.

Clear Conditions

Zero Requirement

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.

Total Waiver of Liability

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

About

Time tracker app as a calendar.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages