misc-scripts/postoffice
2023-07-02 11:50:07 +02:00
..
data.csv postoffice 2023-07-01 23:19:37 +02:00
LICENSE postoffice 2023-07-01 23:19:37 +02:00
post-office.py Revert greyscale coloring 2023-07-02 11:50:07 +02:00
README Patch from Shadow 2023-07-02 11:46:21 +02:00
requirements.txt postoffice 2023-07-01 23:19:37 +02:00

This folder deals with visualization of Haven's Post Office mailbox allocation.

Input: data.csv read from cwd. Expected format: x,y,z,owner (no header)

Output: if given, file from $1 argument, or none

Improve:
 - labels should not overlap, arrows should point to mailboxes whereever annotation is out of mailbox bounds
 - walls should be displayed, as well as entrance orientation
 - fiddle with grid options

Requirements:
 - recent enough python (author used 3.10x64)
 - matplotlib per requirements.txt

License:
 - included code CC-0
 - matplotlib Copyright (c) 2012- Matplotlib Development Team; All Rights Reserved