You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-12Lines changed: 53 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,28 @@
1
+

2
+
1
3
# ScreenMe - Screenshot Tool
2
4
3
5
ScreenMe is a simple screenshot tool built with C++ and Qt. It allows users to take screenshots and save them with auto-incremented filenames. The tool includes a system tray icon for easy access to the screenshot functionality and configurable hotkeys.
6
+
ScreenMe is designed for capturing, managing, and sharing screenshots efficiently. The application provides a range of functionalities to enhance the screenshot experience, from hotkey configurations to a built-in editor for annotating screenshots.
7
+
8
+
A website is available to register user captures online: [ScreenMe Website](https://screen-me.cloud).
4
9
5
10
## Features
6
11
7
-
- Take a screenshot of the active screen.
8
-
- Save screenshots.
9
-
- Configurable hotkeys for taking screenshots.
10
-
- System tray icon for easy access.
12
+
- Capture full screen or selected area screenshots
13
+
- Annotate screenshots with text, shapes, and drawing tools
14
+
- Save screenshots in multiple formats (PNG, JPEG)
15
+
- Hotkey support for quick access to screenshot functionalities
16
+
- System tray integration for easy access
17
+
- Online synchronization of screenshots (requires login)
18
+
- Configurable options for image quality and file saving
11
19
12
20
## Installation
13
21
14
22
### Prerequisites
15
23
16
-
- Qt framework
17
-
-C++ compiler
24
+
- Qt 5.12 or later
25
+
-CMake 3.10 or later
18
26
19
27
### Building the Project
20
28
@@ -30,13 +38,36 @@ ScreenMe is a simple screenshot tool built with C++ and Qt. It allows users to t
30
38
31
39
## Usage
32
40
33
-
1. **System Tray Icon**:
34
-
- Right-click the tray icon to access the options.
35
-
- Left-click the tray icon to take a screenshot.
41
+
### Starting the Application
42
+
43
+
Launch the application by running the `ScreenMe` executable. The application will minimize to the system tray, where you can access its functionalities by right-clicking the tray icon.
44
+
45
+
### Taking Screenshots
46
+
47
+
- **Take Screenshot**: Use the configured hotkey to capture a screenshot of the selected area.
48
+
- **Take Fullscreen Screenshot**: Use the configured hotkey to capture a fullscreen screenshot.
49
+
50
+
### Editing Screenshots
51
+
52
+
After capturing a screenshot, the built-in editor allows you to:
53
+
- Draw shapes (rectangle, ellipse, line, arrow)
54
+
- Add text
55
+
- Undo and redo actions
56
+
- Save or copy the edited screenshot
57
+
58
+
### Options
36
59
37
-
2. **Hotkeys**:
38
-
- Configure hotkeys in the options menu.
39
-
- Use the configured hotkeys to take screenshots.
60
+
Access the options window through the system tray menu to configure:
61
+
- Hotkeys for taking screenshots
62
+
- Default save folder
63
+
- Image quality and file format
64
+
65
+
### Online Synchronization
66
+
67
+
To upload and synchronize your screenshots online:
68
+
1. Log in through the system tray menu.
69
+
2. After logging in, your screenshots will be uploaded automatically.
70
+
3. Visit [ScreenMe Website](https://screen-me.cloud) to view and manage your screenshots.
40
71
41
72
## Configuration
42
73
@@ -59,6 +90,16 @@ Contributions are welcome ! If you would like to contribute to this project, ple
59
90
4. Push to the branch.
60
91
5. Create a pull request.
61
92
93
+
## Acknowledgments
94
+
95
+
- Developed by [Сорок два](https://github.com/Sorok-Dva). All rights reserved.
96
+
62
97
## License
63
98
64
99
This project is licensed under the MIT License - see the LICENSE file for details.
100
+
101
+
102
+
## Contact
103
+
104
+
For any inquiries or feedback, please visit our [GitHub Repository](https://github.com/Sorok-Dva/ScreenMe) or contact the developers directly.
0 commit comments