llimllib / pymag-trees

Code from the article "Drawing Good-looking Trees" in Python Magazine
http://billmill.org/pymag-trees/
Do What The F*ck You Want To Public License
190 stars 33 forks source link

Updated to Python 3 and removed NodeBox requirement #10

Closed TheZoc closed 1 year ago

TheZoc commented 1 year ago
llimllib commented 1 year ago

okay, holy cow I love this. Thank you.

llimllib commented 1 year ago

I have some things I'd like to add/change, but considering that this code is currently basically non-runnable this PR is a strict improvement and I'm going to merge it.

So many thanks!

TheZoc commented 1 year ago

@llimllib Hey! Thank you for going through this so fast! 🙂 I tried to leave as much as possible of the original code (with the exception of the constants, as they were throwing me off - sorry!), so you wouldn't come to a complete alien environment.

Glad to be of help! And thank you for writing the article and code!

llimllib commented 1 year ago

yeah it's old code that I never intended to maintain, it was all just hackery for the article. Of course that's the code that ends up lasting a decade!