Metadata-Version: 2.4
Name: screen_tracker
Version: 0.1.0
Summary: Track screen usage and take automatic screenshots
Home-page: https://github.com/yourusername/screen_tracker
Author: Kamran Ahmed
Author-email: kamranahmed.6388@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pygetwindow
Requires-Dist: pyautogui
Requires-Dist: pandas
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# screen_tracker

A Python module to track which windows/applications are active on your computer and take periodic screenshots.

## Features

- Track active window titles
- Automatically take screenshots
- Log data to CSV
- Generate usage reports with graphs

## Installation

```bash
pip install screen_tracker
```
