Professional Time Tracking Application
Worklog Manager is a comprehensive desktop application for precise work time tracking. Built with Python and Tkinter, it provides professionals and teams with an offline-first solution for monitoring work hours, managing breaks, and generating detailed productivity reports.
- Version: 1.7.0 (Production Ready)
- Language: Python 3.7+
- License: MIT
- Platform: Cross-platform (Windows, macOS, Linux)
- Database: SQLite
- Architecture: MVC Pattern with modular design
Problem: Many professionals struggle to accurately track their work time, leading to:
- Inaccurate overtime calculations
- Poor break management
- Lack of productivity insights
- Privacy concerns with cloud-based solutions
Solution: Worklog Manager provides:
- Precise local time tracking with no cloud dependencies
- Automatic overtime calculation based on configurable work norms
- Comprehensive break management with multiple types
- Privacy-first design with all data stored locally
- Professional reporting in multiple formats
- Real-time timer with 1-second precision
- Start/Stop/Continue workflow
- Daily work session management
- Automatic state persistence
- Multiple break types (Lunch, Coffee, General)
- Automatic duration calculation
- Break history tracking
- Visual indicators and status
- Work norm compliance (default: 7.5 hours)
- Automatic overtime detection
- Remaining time countdown
- Color-coded status indicators
- Productivity trends and insights
- SQLite database for reliability
- Complete action audit trail
- Automatic backup system with retention
- Export to CSV, JSON, PDF formats
- Data integrity validation
- Light/Dark theme support
- System tray integration
- Customizable keyboard shortcuts
- Cross-platform notifications
- Built-in help system
- Action history with revoke capability (undo last 5 actions)
- Double-confirmation for destructive operations
- Real-time input validation
- Comprehensive error handling
- Model-View-Controller (MVC) separation
- Modular architecture for maintainability
- Event-driven UI updates
- Database abstraction layer using SQLAlchemy ORM
worklog-manager/
├── main.py # Entry point
├── gui/ # View layer
│ ├── main_window.py # Primary UI
│ ├── dialogs/ # Dialog windows
│ └── components/ # Reusable UI components
├── core/ # Business logic
│ ├── worklog_manager.py
│ ├── time_calculator.py
│ └── backup_manager.py
├── data/ # Data layer
│ ├── database.py # DB operations
│ └── models.py # Data models
├── exporters/ # Export functionality
└── utils/ # Shared utilities
- work_sessions - Daily work summaries
- action_log - Complete audit trail
- break_periods - Individual break records
- Python Standard Library - Core functionality
- Tkinter - GUI framework
- SQLite - Database engine
- ReportLab (optional) - PDF generation
✅ Phase 1: Core time tracking (v1.0.0) ✅ Phase 2: Action history and revoke (v1.2.0) ✅ Phase 3: Export and reporting (v1.3.0) ✅ Phase 4: Advanced features (v1.7.0)
- Production ready for professional use
- Actively maintained with regular updates
- Comprehensive documentation available
- Cross-platform tested on Windows, macOS, Linux
See ROADMAP.md for detailed future plans:
- Data import and editing capabilities
- Advanced analytics and reporting
- Project and task tracking
- Team collaboration features
git clone https://github.com/your-username/worklog-manager.git
cd worklog-manager
python main.py- Click "Start Day" to begin tracking
- Use "Stop" when taking breaks
- Click "Continue" when returning to work
- Click "End Day" to finish and see summary
See QUICKSTART.md for detailed tutorial.
Comprehensive documentation available:
- README.md - Project overview and features
- INSTALL.md - Platform-specific installation
- QUICKSTART.md - 5-minute getting started guide
- FAQ.md - Frequently asked questions
- CONTRIBUTING.md - Contribution guidelines
- CHANGELOG.md - Version history
- ROADMAP.md - Future development plans
- SECURITY.md - Security policy
- Technical Docs in
docs/directory
We welcome contributions! Areas where help is needed:
- Code: Implement new features and fix bugs
- Documentation: Improve guides and tutorials
- Testing: Test on different platforms and report issues
- Design: UI/UX improvements and mockups
- Translation: Multi-language support (future)
See CONTRIBUTING.md for guidelines.
- No cloud services - All data stored locally
- No telemetry - No tracking or data collection
- No network access - Works completely offline
- User control - You own your data completely
- Input validation and sanitization
- SQL injection protection (parameterized queries)
- Path traversal prevention
- Comprehensive error handling
- Audit trail for accountability
See SECURITY.md for details.
MIT License - Free for personal and commercial use.
Key permissions:
- ✅ Commercial use
- ✅ Modification
- ✅ Distribution
- ✅ Private use
See LICENSE for full terms.
- Freelancers tracking billable hours
- Remote workers monitoring productivity
- Teams ensuring work norm compliance
- Managers analyzing team patterns
- Consultants tracking client work
- Anyone needing precise time tracking
- Compliance with labor regulations
- Overtime calculation and reporting
- Productivity analysis and optimization
- Break pattern monitoring
- Work-life balance tracking
- Billable hours documentation
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Documentation:
docs/directory - Bug Reports: Use issue templates
- Feature Requests: Use issue templates
- Lines of Code: ~5,000+
- Test Coverage: Expanding
- Documentation: Comprehensive
- Platforms Supported: 3 (Windows, macOS, Linux)
- Export Formats: 3 (CSV, JSON, PDF)
- Database Tables: 3
- Active Development: Yes
Built following industry best practices:
- ✅ PEP 8 style guidelines
- ✅ Semantic versioning
- ✅ Conventional commits
- ✅ Comprehensive documentation
- ✅ Open source collaboration standards
- ✅ Security best practices
- GitHub: Project Repository
- Documentation: Full Documentation
- Latest Release: Releases Page
- Changelog: CHANGELOG.md
⭐ Star this project if you find it useful!
🍴 Fork it to customize for your needs!
🐛 Report issues to help us improve!
View on GitHub · Documentation · Issues · Discussions
Worklog Manager - Professional time tracking for productive teams