A Python tool to automatically capture screenshots at intervals
Project description
Auto Screenshot Tool
A simple Python automation tool that captures screenshots at fixed time intervals and saves them automatically.
Features
- Captures screenshots automatically
- Saves images to a user-defined folder
- Supports formats like PNG and JPG
- Customizable time interval
- Lightweight and beginner-friendly
Installation
Clone the repository or download the project files:
git clone https://github.com/AsmitaTimalsena/auto_screenshot_taker_tool.git
Install required dependencies:
pip install pyautogui
Usage
Run the following command in your project directory:
python main.py
Then provide the following inputs:
Enter the folder path where screenshots will be saved:
Enter the interval (in seconds) between screenshots:
Enter image format (png/jpg):
Example Output
---------SCREENSHOT TAKER---------
Screenshot capturing started...
Screenshot saved: screen1.png
Screenshot saved: screen2.png
Project Structure
auto_screenshot_taker_tool/
│
├── screenshot_taker/
│ ├── __init__.py
│ └── main.py
│
├── pyproject.toml
├── README.md
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.
License
This project is licensed under the MIT License.
Author
Developed by Asmita Timalsena
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file auto_screenshot_tool-0.1.0.tar.gz.
File metadata
- Download URL: auto_screenshot_tool-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8d280eeed5715e2724e8b362d14b4b834642c737849947acc27e3d539cb03bd
|
|
| MD5 |
0b323fe012d7f15a7673359b29096de9
|
|
| BLAKE2b-256 |
3d79afea42fb3ad55eefaddaf874797e555245d51b9006cab8e8be9525d1cc06
|
File details
Details for the file auto_screenshot_tool-0.1.0-py3-none-any.whl.
File metadata
- Download URL: auto_screenshot_tool-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eeb8d87e46f5393f1d0e36c1a5c4cac6336132a39c6b8a8cf267c9b7288540b3
|
|
| MD5 |
264d802db634ec95de799c9a8b6b6285
|
|
| BLAKE2b-256 |
1f8f7ccac68473373c0d6bfee8266c25a410890948bcd23cd866437b76363a5b
|