Skip to content

This is a program developed in C++ for Windows. It will take a screenshot upon pressing PrnScr button and saves it to a given folder automatically using timestamp as name.

License

Notifications You must be signed in to change notification settings

sirfaheem/AutoCap

Repository files navigation

AutoCap v1.0 PROBLEM While watching tutorial videos you feel like taking a screenshot to use as a reference later on and you don't want to break the sequence. PrnScr button on the keyboard does that but it copies the capture to clipboard wheareas this program saves it as PNG.

DESCRIPTION A very simple and small application that takes the screenshot and saves it to a specified folder in Microsoft Windows. The UI is very simple. When the program is running, its icon shows up in system tray. You can exit the program by right-cliking and choosing exit option. You can also use the Set Folder ... option to choose a folder to save the screen caps. The default folder is C:\Screenshots.

LIMITATION I used it on Windows 10 but if you are using scaling beyond 100% then it will not take the whole screen capture. I have not tested it on any other operating system. Only saves as PNG. Naming convention is only the timestamp, no customization.

About

This is a program developed in C++ for Windows. It will take a screenshot upon pressing PrnScr button and saves it to a given folder automatically using timestamp as name.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages