Skip to main content

Scripted page layout framework for Python.

Project description

What is PageBot®?

Homepage: pagebot.io

PageBot is a page layout program that enables designers to create high quality documents using Python programming. It is available both as Python library working with DrawBot and as part of a collection of stand-alone desktop applications. Other contexts such as Flat and InDesign are currently being developed. They will allow PageBot to output to print-ready formats and to run in environments other than Mac OS X such as Posix web servers. The aim of the developers of PageBot is to create a system of scriptable applications to generate professionally designed documents that make use of high quality typography.

Installation

pip install pagebot

Usage

from pagebot.document import Document
from pagebot.toolbox.units import pt

W, H = pt(500, 400)
doc = Document(w=W, h=H, originTop=False, autoPages=1)
page = doc[1]

Issue Tracking

Bugs, enhancements and requested features can be added to the GitHub issue tracker:

External Links

Related

  • PageBot generated website: designdesign.space. It also includes entry points for studies and workshops on how to work with PageBot.
  • The TYPETR Upgrade website upgrade.typenetwork.com is an example where the HTML/CSS code and all illustrations are generated by PageBot scripts.

Feature Description

Current Functionality

Current features include:

  • Various types of Element objects can be placed on a page or inside other Element objects.
  • Grids can be defined through style measurements and views.
  • Page templates (or templates for any other element combination) can be defined and applied.
  • Automatic layout conditions for elements, for example even distribution across or floating down parent elements.
  • Specialized views on a Document, such as plain pages, spreads and other layout of page groups, optional with crop-marks, registration-mark, color-strips, file name, etc. The result of all views can be placed on pages as illustration.
  • Graphics - using all Drawbot drawing tools.
  • All image filtering supplied by Drawbot ImageObject.
  • Access and modify images on pixel-level.
  • Cascading styles, where Element values inherit from parent Elements, similar to CSS behavior.
  • Text flows are using the macOS FormattedString for all typographic parameters.
  • Random Text generator for headlines and articles.
  • Read text from MarkDown and XML (.MD .XML)
  • Support large amount of text processing functions:
    • centered, left, right and justified
    • Text to fit a box and elastic box to fit text
    • Tabular setting
    • Text Flow from one element to another.
    • Variable Font UI access and instance creation, as the whole "fonttools" Python library is available.
    • Access to all font metrics.
    • Outline Font access modification.
    • Space, groups and kerning access and modifcation.
    • OT layout and feature access and modification.
  • 3D Positioning of points, for future usage.
  • Motion Graphics, export as animated .gif and .mov files, keyframing timeline,
  • Export to PDF, PNG, JPG, SVG, (animated) GIF, MOV, XML, through programmable views.
  • Build web sites, pre-compiling all images used into the formats that can be displayed by browsers (.PNG .JPG .SVG)
  • Automatic table of contents, image references, quote references, etc. from composed documents.

Types of Publications

  • PageBot stationary and publications as scripted templates
  • Specimens for TN library
  • Recreation of legacy type specimens as PageBot templates
  • Magazines
  • Newspapers
  • Newsletters
  • Books
  • Parametric corporate identities including their styleguides, stationary and business card templates.
  • Parametric advertizements (connecting to existing ad-systems)
  • Online documents, such as single page websites
  • Wayfindng templates for signs and maps
  • T-Shirt templates
  • Templates with embedded information for graphic- and typographic education.

Future Developments

  • Element classes supporting various types of graphs, info-graphics, maps, PageBot document layout, Variable Font axes layout, font metrics.
  • Font class supporting CFF (.otf) and UFO.
  • Views for thumbnail page overview, combined booklet-sheets for print, site-maps, etc.
  • Add export of text to MarkDown .md files.
  • Add export to online documents, such as HTML/CSS/JS for specific designs of web pages, such as Kirby.
  • Export to WordPress® PHP sites.
  • Export to Ruby®/Sketchup® data files.
  • Add export to Angular® files.
  • Export to InDesign® and Illustrator®, as close as possible translating PageBot elements to the native file format of these applications.
  • Time line, definition and editing, length and fps.
  • Integrate the PageBot manual builder with other export functions of the library.
  • Add more unit-tests to guarantee the integrity of the library and output consistency.
  • Automatic support of ornament frames, in connection to the Element borders and the layout of exiting (TN) border fonts.

Licencing

  • The core library, tutorials and basic examples for PageBot are available under the MIT Open Source license. Some depencendies have been included in this repository and are available under their own licenses. See also the LICENSE.

PageBot® is a registered trademark U.S. Serial Number: 87-457,280 Owner: Buro Petr van Blokland + Claudia Mens VOF Docket/Reference Number: 1538-25

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pagebot-0.8.tar.gz (611.5 kB view hashes)

Uploaded Source

Built Distribution

pagebot-0.8-py3-none-any.whl (12.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page