https://github.com/sukhbinder/winlog
A tiny app to log the active Windows title to a desktop log file in a windows system
https://github.com/sukhbinder/winlog
log recall total total-recall windows
Last synced: 5 months ago
JSON representation
A tiny app to log the active Windows title to a desktop log file in a windows system
- Host: GitHub
- URL: https://github.com/sukhbinder/winlog
- Owner: sukhbinder
- License: apache-2.0
- Created: 2024-07-26T10:30:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T13:31:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T22:47:44.772Z (over 1 year ago)
- Topics: log, recall, total, total-recall, windows
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/winlog/)
[](https://github.com/sukhbinder/winlog/releases)
[](https://github.com/sukhbinder/winlog/actions?query=workflow%3ATest)
[](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.