Skip to content

Commit eeb81cf

Browse files
committed
chore: update icon and readme
1 parent 5dac2c7 commit eeb81cf

File tree

2 files changed

+53
-12
lines changed

2 files changed

+53
-12
lines changed

README.md

Lines changed: 53 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
1+
![Logo](resources/icon.png)
2+
13
# ScreenMe - Screenshot Tool
24

35
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).
49

510
## Features
611

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
1119

1220
## Installation
1321

1422
### Prerequisites
1523

16-
- Qt framework
17-
- C++ compiler
24+
- Qt 5.12 or later
25+
- CMake 3.10 or later
1826

1927
### Building the Project
2028

@@ -30,13 +38,36 @@ ScreenMe is a simple screenshot tool built with C++ and Qt. It allows users to t
3038

3139
## Usage
3240

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
3659

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.
4071

4172
## Configuration
4273

@@ -59,6 +90,16 @@ Contributions are welcome ! If you would like to contribute to this project, ple
5990
4. Push to the branch.
6091
5. Create a pull request.
6192

93+
## Acknowledgments
94+
95+
- Developed by [Сорок два](https://github.com/Sorok-Dva). All rights reserved.
96+
6297
## License
6398

6499
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.
105+

resources/icon.png

51.6 KB
Loading

0 commit comments

Comments
 (0)