Skip to content

A python library for converting pygame surfaces to terminal block graphics.

License

Notifications You must be signed in to change notification settings

ThomasTheSpaceFox/pyg-to-term

Repository files navigation

pyg-to-term

v1.0.0
a python library for converting pygame surfaces to terminal block graphics. Copyright (c) 2018 Thomas Leathers

supported modes:

  • 5-shade mono (standard 16 terminal colors) (with optional shade interpolation option)
  • 5-shade mono + 3bit ad-hoc color (standard 16 terminal colors) (with optional shade & color interpolation options)
  • 24-shade mono (256-color escape sequences)
  • 216-tone color (256-color escape sequences)
  • 24bit color (24bit-color escape sequences)

pyg-to-term is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

pyg-to-term is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with pyg-to-term. If not, see http://www.gnu.org/licenses/.

all images and other media content, unless otherwise noted, are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Image and other media content created by, (unless otherwise noted below) Thomas Leathers.

About

A python library for converting pygame surfaces to terminal block graphics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages