Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
/ placr Public archive

Text drawing script for /r/place, the reddit april fools experiment for 2017

Notifications You must be signed in to change notification settings

alajpie/placr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

placr

Script for /r/place, the reddit april fools experiment for 2017.

It can draw text on the canvas, and it automatically detects portions already drawn, so you can start and stop it at will.
You can also run it in a loop to protect text already drawn (it will fix any corruptions without wasting time on repainting already correct pixels).

Pull requests welcome!

Usage

  1. Install requests (pip3 install requests pillow toml)
  2. Edit config.toml with your credentials and drawing settings.
  3. Run placr.py

Requirements

requests, pillow, toml

TODO

  • Text drawing
  • Padding around text
  • Lazy background drawing (optional)
  • Multiple account support
  • Border around text
  • Line drawing (thanks hawkfalcon!)
  • Color filling
  • Image drawing
  • Better variable names (thanks hawkfalcon!)

Legal

The FontStruction “3 by 5 Pixel Font” (https://fontstruct.com/fontstructions/show/716744) by “asciimario” is licensed under a Creative Commons Attribution Non-commercial No Derivatives license (http://creativecommons.org/licenses/by-nc-nd/3.0/).

About

Text drawing script for /r/place, the reddit april fools experiment for 2017

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages