Metadata-Version: 2.1
Name: WinLog
Version: 0.0.1
Summary: A Python script to log active Windows title to desktop log
Home-page: https://github.com/sukhbinder/winlog
Author: Sukhbinder Singh
Author-email: sukh2010@yahoo.com
License: Apache License, Version 2.0
Project-URL: Documentation, https://sukhbinder.wordpress.com
Project-URL: Issues, https://github.com/sukhbinder/winlog/issues
Project-URL: CI, https://github.com/sukhbinder/winlog/actions
Project-URL: Changelog, https://github.com/sukhbinder/winlog/releases
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'


[![PyPI](https://img.shields.io/pypi/v/winlog.svg)](https://pypi.org/project/winlog/)
[![Changelog](https://img.shields.io/github/v/release/sukhbinder/winlog?include_prereleases&label=changelog)](https://github.com/sukhbinder/winlog/releases)
[![Tests](https://github.com/sukhbinder/winlog/workflows/Test/badge.svg)](https://github.com/sukhbinder/winlog/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/sukhbinder/winlog/blob/main/LICENSE)

# WinLog

A tiny app to log the active Windows title to a desktop log file.

## Features

* Logs the current date and time along with the active window title
* Writes to a log file on the user's desktop
* Runs in the background every 30 seconds (configurable)

## Installation

1. Clone this repository: `git clone https://github.com/sukhbinder/winlog.git`

 or
 
```bash
pip install winlog
```

## Usage

1. Run the script in the background using `winlog &`
2. View the log file on your desktop to see the logged titles and dates

## Contributing

Feel free to contribute to this project by sending pull requests or suggesting improvements.

## License

This project is licensed under the MIT License.
