An open API service indexing awesome lists of open source software.

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.

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.