https://github.com/llimllib/pymag-trees
Code from the article "Drawing Good-looking Trees" in Python Magazine
https://github.com/llimllib/pymag-trees
graphics python trees
Last synced: about 1 year ago
JSON representation
Code from the article "Drawing Good-looking Trees" in Python Magazine
- Host: GitHub
- URL: https://github.com/llimllib/pymag-trees
- Owner: llimllib
- License: wtfpl
- Created: 2008-04-14T00:18:13.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T00:45:47.000Z (about 2 years ago)
- Last Synced: 2025-04-09T15:08:35.581Z (about 1 year ago)
- Topics: graphics, python, trees
- Language: Python
- Homepage: https://llimllib.github.io/pymag-trees/
- Size: 541 KB
- Stars: 196
- Watchers: 12
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
The following repository contains implementations of the functions described in the article "Drawing Presentable Trees" published in Python Magazine.
Check it out at http://billmill.org/pymag-trees/
All code and text contained herein is free for anyone to use as they see fit. It is licensed under the WTFPL, which can be found in the LICENSE file.