Tag

exe

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Sep 2, 2022 · Fundamentals

Python Script for Periodic Screen Capture and Automatic Email Sending (Including EXE Packaging)

This article demonstrates how to use Python to capture the computer screen every five seconds, automatically email the screenshot using SMTP, and package the script into a Windows executable with PyInstaller, providing complete code, configuration steps, and visual results.

Email AutomationPythonexe
0 likes · 6 min read
Python Script for Periodic Screen Capture and Automatic Email Sending (Including EXE Packaging)
Python Programming Learning Circle
Python Programming Learning Circle
Nov 9, 2019 · Backend Development

Build a Tkinter GUI Image Scraper and Package It as an EXE

This tutorial walks through analyzing a website’s image categories, constructing parameterized URLs, creating a Tkinter GUI to select download paths and categories, handling filename issues, and finally packaging the Python scraper as a standalone executable.

GUIPythonTkinter
0 likes · 5 min read
Build a Tkinter GUI Image Scraper and Package It as an EXE