Tagged articles
2 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Mar 3, 2022 · Fundamentals

Create Stunning Chinese Spring Couplets with Python in 70 Lines

Learn how to generate traditional Chinese spring couplets as decorative images using a concise Python script—covering required modules, character image retrieval, background handling, layout generation, and sample outputs—with clear code snippets and usage examples.

Chinese CalligraphyPILPython
0 likes · 6 min read
Create Stunning Chinese Spring Couplets with Python in 70 Lines
Python Programming Learning Circle
Python Programming Learning Circle
Jan 25, 2022 · Fundamentals

Generating Chinese Spring Festival Couplets with Python

This article demonstrates how to use Python and the Pillow library to download character glyphs, create background images, and programmatically generate Chinese Spring Festival couplets in both vertical and horizontal layouts, providing complete source code and sample outputs.

Chinese CalligraphyCoupletsPython
0 likes · 6 min read
Generating Chinese Spring Festival Couplets with Python