To take screenshot of defined area. Screenshot will be taen on every click inside the area. At the end you can save the screenshot to a .docx file for better documentation. The application window will appear on top of other windows on your desktop.
- Make sure you have Python installed on your system. You can download it from python.org.
- Install Dependencies using pip:
- This application uses PyQt5, a Python binding for the Qt library, to create the GUI.
- It sets the window flag
Qt.WindowStaysOnTopHintto keep the window on top of other windows. - The application window can be moved and resized like a typical window.
This project is licensed under the MIT License - see the LICENSE file for details.
- Help, what to do next?
- Button click update
- Save docx on every capture
- Not to include the first click
- Heading to Paragraph
- Start Pause
- Minimize the app on start capture
- Can add border [Optional]