# Screenshot Annotator
A fast screenshot annotation tool for macOS. Capture screenshots (full or partial) and quickly annotate them with lines, arrows, rectangles, and text.
## Features
- Capture partial screen areas (click and drag to select)
- Draw lines, arrows, and rectangles
- Add text annotations
- Multiple colors (red, green, blue, yellow, black)
- Adjustable line width
- Undo functionality
- Save to file or copy to clipboard
## Installation
```bash
pip install -r requirements-qt.txt
```
## Usage
Run the tool:
```bash
python dbbasic-screenshot.py
```
Or make it executable:
```bash
chmod +x dbbasic-screenshot.py
./dbbasic-screenshot.py
```
### Workflow
1. When launched, choose to capture a new screenshot or open an existing image
2. For new screenshots: Click and drag to select the area you want to capture
3. Use the toolbar to select tools and colors
4. Draw annotations on your screenshot
5. Save or copy to clipboard
### Tools
- **Line**: Draw straight lines
- **Arrow**: Draw arrows to point at things
- **Rectangle**: Draw boxes around areas
- **Text**: Click to add text labels
## Tips
- The partial screen capture is fast and easy - click and drag to select only the area you need
- Use different colors to highlight different types of information
- Adjust line width for thicker or thinner annotations
- Text annotations use a clear, bold font
## Requirements
- macOS (uses native screencapture command)
- Python 3.7+
- PyQt5
- Pillow
Raw data
{
"_id": null,
"home_page": null,
"name": "dbbasic-screenshot",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "screenshot, annotation, macos, drawing, tool",
"author": "askrobots",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/bc/dc/bc5e0141ebf26941dad846b7a4f167b09b75cac5720127cafd7a0e1e164a/dbbasic_screenshot-0.1.0.tar.gz",
"platform": null,
"description": "# Screenshot Annotator\n\nA fast screenshot annotation tool for macOS. Capture screenshots (full or partial) and quickly annotate them with lines, arrows, rectangles, and text.\n\n## Features\n\n- Capture partial screen areas (click and drag to select)\n- Draw lines, arrows, and rectangles\n- Add text annotations\n- Multiple colors (red, green, blue, yellow, black)\n- Adjustable line width\n- Undo functionality\n- Save to file or copy to clipboard\n\n## Installation\n\n```bash\npip install -r requirements-qt.txt\n```\n\n## Usage\n\nRun the tool:\n\n```bash\npython dbbasic-screenshot.py\n```\n\nOr make it executable:\n\n```bash\nchmod +x dbbasic-screenshot.py\n./dbbasic-screenshot.py\n```\n\n### Workflow\n\n1. When launched, choose to capture a new screenshot or open an existing image\n2. For new screenshots: Click and drag to select the area you want to capture\n3. Use the toolbar to select tools and colors\n4. Draw annotations on your screenshot\n5. Save or copy to clipboard\n\n### Tools\n\n- **Line**: Draw straight lines\n- **Arrow**: Draw arrows to point at things\n- **Rectangle**: Draw boxes around areas\n- **Text**: Click to add text labels\n\n## Tips\n\n- The partial screen capture is fast and easy - click and drag to select only the area you need\n- Use different colors to highlight different types of information\n- Adjust line width for thicker or thinner annotations\n- Text annotations use a clear, bold font\n\n## Requirements\n\n- macOS (uses native screencapture command)\n- Python 3.7+\n- PyQt5\n- Pillow\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Fast screenshot annotation tool for macOS",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/askrobots/dbbasic-screenshot",
"Issues": "https://github.com/askrobots/dbbasic-screenshot/issues",
"Repository": "https://github.com/askrobots/dbbasic-screenshot"
},
"split_keywords": [
"screenshot",
" annotation",
" macos",
" drawing",
" tool"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "cdc43d68e95adde7cac169cf375f99743bd707cfb8c97fd213594d8d888e3fc8",
"md5": "f7310a878dacd12b0e066851d4a61233",
"sha256": "d4402a5db41e6e9520b0d5a45c5dc5f4b4c33066e1d87f81f1577877d276fb80"
},
"downloads": -1,
"filename": "dbbasic_screenshot-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f7310a878dacd12b0e066851d4a61233",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 7472,
"upload_time": "2025-10-22T20:44:47",
"upload_time_iso_8601": "2025-10-22T20:44:47.079315Z",
"url": "https://files.pythonhosted.org/packages/cd/c4/3d68e95adde7cac169cf375f99743bd707cfb8c97fd213594d8d888e3fc8/dbbasic_screenshot-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bcdcbc5e0141ebf26941dad846b7a4f167b09b75cac5720127cafd7a0e1e164a",
"md5": "44a1b7eeaf3651e1367fbdbc54424051",
"sha256": "e0f2f3e05f80fd6b3cd45cd693ccdc352a26eee8ae63b9918e6c67beb237a11c"
},
"downloads": -1,
"filename": "dbbasic_screenshot-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "44a1b7eeaf3651e1367fbdbc54424051",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 7231,
"upload_time": "2025-10-22T20:44:48",
"upload_time_iso_8601": "2025-10-22T20:44:48.239104Z",
"url": "https://files.pythonhosted.org/packages/bc/dc/bc5e0141ebf26941dad846b7a4f167b09b75cac5720127cafd7a0e1e164a/dbbasic_screenshot-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-22 20:44:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "askrobots",
"github_project": "dbbasic-screenshot",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "dbbasic-screenshot"
}