Metadata-Version: 2.3
Name: protograf
Version: 0.1.6
Summary: Python utility for designing and creating simple, regular, graphic outputs as PDF/PNG files
License: GPL-3.0-or-later
Keywords: python,graphics,boardgames,cards,counters,tiles
Author: Derek Hohls
Author-email: gamesbook@gmail.com
Maintainer: Rory Meyer
Maintainer-email: rory@oceanmaps.xyz
Requires-Python: >=3.9,<4
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Requires-Dist: bgg-api (>=1.1.6)
Requires-Dist: black (>=25.1.0,<26.0.0)
Requires-Dist: imageio (>=2.36.1)
Requires-Dist: jinja2 (>=3.1.4)
Requires-Dist: pymupdf (>=1.24.9)
Requires-Dist: reportlab (>=4.2.0)
Requires-Dist: segno (>=1.6.1)
Requires-Dist: sphinx-copybutton (>=0.5.2,<0.6.0)
Requires-Dist: svglib (>=1.5.1)
Requires-Dist: xlrd (>=0.9.4)
Project-URL: Bug Tracker, https://github.com/gamesbook/protograf/issues
Project-URL: Documentation, https://protograf.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/gamesbook/protograf
Description-Content-Type: text/markdown

# protograf

![protograf](logo.png "protograf logo")

__protograf__ is a utility written in Python for designing and creating
simple, regular, graphical outputs in PDF (or PNG/GIF) format via a script.

__protograf__  has been primarily created to handle the prototyping of cards,
counters, tiles and boards for board games, but can be also used for creating
any simple design that has regular or repetitive elements; typically a mix of
graphics and text.

> You do not need to know the Python language to be able to use __protograf__
> but you do need Python installed on your machine!

## Documentation

The online documentation for __protograf__ is available at
[Read the Docs](https://protograf.readthedocs.io/);
its highly recommended to read the sections in the order presented in the
[Guide](https://protograf.readthedocs.io/en/latest/guide.html).

If you're not familiar with any kind of programming or scripting, you should
at least read some of the introductory sections, and especially the
[installation](https://protograf.readthedocs.io/en/latest/setting_up.html)
before proceeding...

## Requirements

__protograf__ requires Python (version of 3.13 or higher) to be installed
and running on your machine.

If this is **not** your current Python version, or Python is not installed on
your machine, may want to [install uv](https://docs.astral.sh/uv/getting-started/installation/)
which is a cross-platform tool able to [install Python](https://docs.astral.sh/uv/guides/install-python).

If using [uv](https://docs.astral.sh/uv/), it is recommended to also create and use a
[virtual environment](https://docs.astral.sh/uv/pip/environments/#creating-a-virtual-environment).

## Quick Start (for the impatient)

Assuming that Python 3.13 or higher is installed on your machine, you can then
install __protograf__ via:
```
pip install protograf
```
or, if using [uv](https://docs.astral.sh/uv/):
```
uv pip install protograf
```
To check that __protograf__ is working, you can use one (or more) of
the files from any of the various
[examples](https://github.com/gamesbook/protograf/blob/master/examples/)
sub-directories.

As a quick test, make a copy of `example1.py` script from the `examples/manual`
directory. To do so, open the
[example1.py](https://github.com/gamesbook/protograf/blob/master/examples/manual/example1.py)
link in your browser, click on the `Raw` button (near the top right), and then
save the web page as a file into a local directory on your machine.

Open a command-line window (also known as a  *terminal* or a *console*), change to the
directory where you saved the above file and type:
```
python example1.py
```
and press the `Enter` key.

This script is very simple - it just contains these lines:
```
# `example1` script for protograf
# Written by: Derek Hohls
# Created on: 29 February 2016
from protograf import *
Create()
PageBreak()
Save()
```
and is designed to produce a single, blank, A4-sized page in a PDF file.

It should create an output file called `example1.pdf`, which will appear in the
same directory as the script. You should be able to open and view this file using
any PDF-capable program or application. (If you run the script in a Python shell,
the output file will be called `test.pdf`.)

If this works, then download and try out other scripts from any of the `examples`
sub-directories (**note** some examples may require additional files such as
images, CSV files, or spreadsheets). You can download all the examples in a single
[ZIP file](https://github.com/gamesbook/protograf/blob/master/examples.zip).

If it does not work, you may want to look at more detail provided in the
[installation](https://protograf.readthedocs.io/en/latest/setting_up.html)
guide.

## Contributions

Please see the [list of contributors](CONTRIBUTORS.txt).

## Potential Features

These features are **not** guaranteed to be implemented; they just represent
current / potential areas of work or idea development.

* [ ] New shapes:
    * [ ] Diamond shape
    * [ ] Parallelogram shape
    * [ ] Wave shape
    * [ ] Cross shape
    * [ ] Pod shape
* [ ] Common objects:
    * [ ] Cube (Rhombus composite)
    * [ ] Domino (DotGrid inside Rectangle outline)
    * [ ] Die (Rectangle with DotGrid; 3D?)
    * [ ] Picture Frame (Trapezoid composite)
* [ ] Hexagons: 18xx tile example (requires `Arcs` below!)
* [ ] Line:
    * [x] end style
    * [ ] join style
* [ ] Polyline: define arcs along the path
* [ ] Arcs (pathways) inside a hexagon (**in progress**)
* [ ] Shortcut notation for styling of a shape
* [ ] Stripes: interior "areas" for a Rectangle
* [x] Rotation:
    * [x] text along a line
    * [x] Polygon
    * [ ] Trapezoid
    * [ ] Triangle
* [ ] Cards:
    * [ ] support card back designs
    * [ ] grid lines for hexagonal cards
    * [ ] multiple bleed areas
    * [ ] access to Google Sheets
    * [ ] extract rectangular cards as PNG files
* [ ] Color:
    * [ ] add support for CMYK
    * [ ] investigate gradients

## Potential Examples

These are possible examples to show board creation based on existing games:

* [ ] Abstract boards: Ludo, 9 Mens Morris, Wari, Mu Torere
* [ ] Wargame board: Squad Leader with terrain features (vector and bitmap)
* [ ] Traveller board: show a fully-styled Star system (demo a custom Shape?)
* [x] WarpWar board: show a fully-styled example
* [ ] 18xx board: show a basic map with tracks, towns, cities and off-map areas

## Acknowledgements

> *The world is full of power and energy and a person can go far by just
> skimming off a tiny bit of it.*
> "[Snow Crash](https://en.wikipedia.org/wiki/Snow_Crash)", Neal Stephenson, 1992.

As always, with Python, you are building "on the shoulders of giants".
In this case, the
[ReportLab PDF Toolkit](https://docs.reportlab.com/reportlab/userguide/ch1_intro/)
provides all of the core infrastructure used to do the underlying graphics
processing and PDF file creation; __protograf__ is effectively a highly
customised wrapper to simplify common uses around its existing and extensive
capabilities.

Additional libraries in use include:

* `svglib` https://pypi.org/project/svglib/ - support for drawing SVG images
* `bgg-api` https://pypi.org/project/bgg-api/ - support for access to the
  [BoardGameGeek](https://boardgamegeek.com) API
* `xlrd` https://pypi.org/project/xlrd/ - support for access to Excel `.xls` files
* `openpyxl` https://pypi.org/project/openpyxl/ - support for access to Excel files
* `pymupdf` https://pymupdf.io/ - support for exporting PDF to PNG images
* `imageio` https://pypi.org/project/imageio/- support for compiling PNGs into a GIF
* `jinja` https://jinja.palletsprojects.com - template logic with variables
* `pillow` https://github.com/python-pillow/Pillow - support for image processing
* `segno` https://github.com/heuer/segno/ - support for QRCode creation

## License

__protograf__ is licensed under the GNU General Public License.

