Auto Snap Title Capture is a cross-platform, system-level application that detects when a screenshot or screen recording is taken and prompts the user to enter a title before saving it. Unlike browser-based solutions, this application works across the entire operating system, ensuring better control and organization of screen captures.
- 📸 Detects screenshots and screen recordings in real-time.
- 📝 Prompts users to enter a title before saving captures.
- 💻 Works system-wide, not just within browsers.
- 🌍 Cross-platform compatibility (Windows, macOS, Linux).
- 🎨 Simple and intuitive user interface.
To install the required dependencies, run:
pip3 install -r requirements.txt
To run the application directly, execute:
python3 src/auto_snap_title_capture.py
This project supports creating a standalone application bundle for both macOS and Windows using PyInstaller.
-
Install the build dependency (if not already installed):
pip3 install -r requirements.txt
-
Build the application by running:
pyinstaller --onefile --windowed src/auto_snap_title_capture.py
The built application bundle will appear in the dist
folder.
Contributions are welcome! Please feel free to submit a pull request or open an issue for suggestions or improvements.
This project was inspired by a post on LinkedIn: Is there a program that will automatically capture window titles?
This project is licensed under the MIT License. See the LICENSE
file for more details.