An easy-to-use lightweight screenshot tool that allows you to draw directly on the screen. It is ideal for presentations and demonstrations. Based on WPF .NET 8.0 in the MVVM pattern.
- 🎨 Screen drawing
- 🖌️ Multiple drawing tools:
- Brush
- Highlighter
- Eraser
- 🎯 Color picker with transparency (PixiEditor/ColorPicker)
↔️ Adjust brush size- 💾 Save screenshot with drawings as PNG
- ↩️ Undo/Redo
- 🎮 Quick activation with Hotkey
- Download from latest release:
- Run installer (ScreenSketcher_Setup_X.X.X.exe)
- Launch ScreenSketcher
- ScreenSketcher will show in your system tray
CTRL + F8or from the system tray click and open drawing windowCTRL + Mouse Wheelto change brush sizeCTRL + Z/Yfor undo & redo drawingCTRL + Nfor new drawingESCto close and reset drawing overlayCTRL + Sto save screenshot with drawings- Use the toolbar to change the tool/brush and color
- 📐 Basic shapes (rectangle, circle, arrow)
- 📝 Text tool for labels
- 🖼️ Multiple monitor support
- 🎨 More brush styles
- ⚙️ Configurable hotkeys + Settings
- 🌈 Preset color palettes
- InnoSetup - Installer for Windows programs
- PixiEditor.ColorPicker - Color picker control for WPF
- Ookii.Dialogs.Wpf - Dialogs for Windows Desktop applications
- Microsoft.Xaml.Behaviors.Wpf - Event trigger handling and command binding for MVVM pattern
- CommunityToolkit.Mvvm - Collection of MVVM helper classes for any application
- Visual Studio 2022
- .NET 8.0 SDK
- Windows 10/11
- Clone the repository
git clone https://github.com/yourusername/ScreenSketcher.git
