A tool which records the copied images of the clipboard.
- Record each copied images into the folder.
- Show each copied image with proper date and time.
- If the clipboard is empty or text is copied, then the program stopped.
- Update the folder every second.
- Windows 10 and 11 only.
- Make sure the latest python and pip3 is installed on your system (Windows/Linux/MacOS).
- Install the pillow module on your system (Windows/Linux/MacOS) by copy and run the following command :
pip3 install -r requirements.txt
- Download or Clone the Repository.
- Open the folder and run the ClipSnap.py file.