
TheEffeminare/Automated-Poster-Design-with-Python-in-GIMP
This repository includes a Python script for designing a poster inspired by The Garden Tantra. It automates layer creation in GIMP, using custom typography, shadows, highlights, and artistic …
kangwonlee/poster-maker: Poster Maker in Python - GitHub
This Python script helps you create a single, well-structured image file for your poster presentations by combining multiple PNG images based on a simple configuration file. It's …
gunarakulangunaretnam/auto-poster-generator - GitHub
Auto Poster Generator is powered by a blend of Python and C#, combining the strengths of both languages for optimal performance. The image manipulation algorithms, responsible for …
18 Insanely Useful Python Automation Scripts I Use Everyday
Feb 2, 2025 · Rename files in a folder based on a specific pattern. os.rename(file, f"file_{i}.txt") 2. Email Sender. Send automated emails with attachments. 3. Web Scraper. Extract useful data …
Automating Microsoft Word documents with Python - Medium
May 4, 2023 · In this article, we’ll introduce you to the python-docx library and show you how to use it to create and modify Word documents with Python. 2. Getting started. To get started with...
Automating Custom Document Generation with Python docxtpl
Dec 27, 2023 · In this step-by-step guide, you‘ll discover how to fully automate custom document generation with the Python docxtpl library on a Raspberry Pi. I‘ll walk you through real-world …
Case Study: Completely Automate Document Generation from Markdown using ...
Sep 16, 2022 · In my experimental project, the Python script takes the Markdown file from GIT and converts it to Word using the cloud service Cloudconvert and the Python SDK for the …
18 Powerful Python Automation Scripts I Rely on Daily
Jan 18, 2025 · Now, let’s delve into the 18 powerful Python automation scripts that can make your daily routine more efficient. 1. Email Automation. Sending personalized or bulk emails is made …
How to automate creating reports using docx templates
Jan 26, 2023 · Automating the creation of reports is a surprisingly challenging task. We explored three solutions: The first uses the FPDF library in Python to directly “draw” a PDF. The second …
Automate Word Document (.docx) With Python-docx And pywin32
Jan 15, 2022 · This tutorial will walk through how to automate Word documents using python-docx and sending emails with win32com libraries. Imagine that we have a list of customer …