Producing publication-quality catalogues of archaeological artefacts is often a time-consuming process, requiring both precision in presentation and consistency across large datasets. PyPotteryLayout is designed to streamline this workflow by combining automation with professional publishing standards.
Instead of manually arranging artefact images, adjusting captions, and aligning scale bars, researchers can generate layouts in minutes while retaining full control over the final output. The software produces clean, publication-ready figures that meet the expectations of academic journals, site reports, and edited volumes. Its vector-based exports (SVG) ensure that images, scale bars, and captions remain sharp and editable at any stage of the editorial process.
This efficiency makes the tool particularly valuable for projects with large assemblages, where hundreds of objects must be documented quickly without sacrificing visual quality. At the same time, the flexibility of SVG editing allows archaeologists and illustrators to refine details, translate captions, or adjust layouts for specific publication styles.
- Automatic Layout Generation: Grid-based and optimized puzzle layouts
- Multi-Format Export: SVG, PDF and JPG
- Effortless Output: Quick export with minimal clicks
- Metadata Integration: Excel/CSV metadata support for captions and sorting
- Flexible Sorting: Multiple sorting options including custom metadata fields
- Grid Layout: Customizable rows and columns with precise control
- Puzzle Layout: Optimized space utilization algorithm
- Scale Bars: Automatic generation with customizable measurements
- Caption System: Editable text with metadata integration
- Margin Management: Professional borders and spacing controls
- Download
PyPotteryLayout.exe
from Releases - Run directly - no installation required
- Select image folder and configure layout
- Export as SVG or PDF
# Clone repository
git clone https://github.com/lrncrd/PyPotteryLayout.git
cd PyPotteryLayout
# Install dependencies
pip install -r requirements.txt
# Run application
python gui_app.py
- Python: 3.11+ (if running from source)
- Operating System: Windows 10+ (executable), Windows/macOS/Linux (source)
- Memory: 2GB+ RAM recommended for large image sets
- Dependencies: PIL/Pillow, tkinter, openpyxl
- Select Images: Choose folder containing pottery images
- Configure Layout: Set grid dimensions or use puzzle optimization
- Add Metadata: Optional Excel file with captions and sorting data
- Customize Output: Scale, margins, captions, scale bars
- Export: Choose SVG for editing or PDF for publication
Excel/CSV files should have:
- First column: Image filenames (with extensions)
- Additional columns: Custom data for captions and sorting
Filename | Site | Period | Description
IMG001.jpg | Site A | Roman | Storage jar
IMG002.jpg | Site B | Medieval| Bowl fragment
- Export as SVG format
- Open in Inkscape (free, recommended) or Illustrator
- Edit text, move objects, adjust colors
- Keep
images/
folder next to SVG file - All elements remain fully editable
- Improved SVG export quality (all elements are now editable)
- Added option to show table numbering
- Added Masonry layout option (experimental)
- Added preview of layout in GUI
- First public release with core features
- Add usage examples
- We're looking for your suggestions!
If you have suggestions or need help, please open an issue on GitHub!
Developed with ❤️ by Lorenzo Cardarelli