Peek In is a Python application that automates the process of taking screenshots at regular intervals. It provides a user-friendly interface for managing screenshots, viewing them in a gallery, and saving them to the desktop.
- Install Python 3.x on your system if you haven't already.
- Fork the repo.
- Open a terminal or command prompt and navigate to the folder.
- Install the required dependencies. Using a virtual environment is recommended.
- Run the application by executing the following command: gui.py
- A graphical user interface (GUI) will appear, allowing you to sign in, manage screenshots, and view them in a gallery.
- Set a custom delay for taking screenshots.
- Automatically save screenshots to a designated folder.
- View screenshots in a gallery, with options to navigate through them.
- Save individual screenshots to the desktop.
- Delete screenshots from the gallery.
- Delete all screenshots for a specific date.
- Set auto-login state for a seamless login experience.
- When the "Hide Window" button is clicked, the program is hidden, but still running. It must be closed by exiting it in the terminal when this is the case currently.