https://github.com/mbn-code/screnshotter
Screenshotter written in c++, very quickly takes a screenshot of the entire screen.
https://github.com/mbn-code/screnshotter
Last synced: 7 days ago
JSON representation
Screenshotter written in c++, very quickly takes a screenshot of the entire screen.
- Host: GitHub
- URL: https://github.com/mbn-code/screnshotter
- Owner: mbn-code
- License: apache-2.0
- Created: 2024-11-13T22:37:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T22:40:29.000Z (7 months ago)
- Last Synced: 2025-03-22T07:47:32.614Z (3 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README for `screnshotter`
## screnshotter
Screenshotter written in C++, very quickly takes a screenshot of the entire screen.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/mbn-code/screnshotter.git
cd screnshotter
```2. Build the project:
```bash
make
```## Usage
Run the executable to take a screenshot:
```bash
./screnshotter
```## Contributing
Feel free to open issues or submit pull requests if you have any improvements or bug fixes.
## License
This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.