peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.62k stars 237 forks source link

Bar #336

Closed cltrudeau closed 2 years ago

cltrudeau commented 2 years ago

Issues fixed by this PR

194

What does this implement/fix?

Implements vertical bar charts Refactor renderers into module Add Scale and VScale renderers that display a line scale to help position debugging Small re-org of credits script Changes to BoxTool utility to make it more like other supporting classes

Any other comments?

Has been tested against Python 3.9, may still need some work for other versions

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 97.056% when pulling 71e29d11eb6299847910c735ada3c470dadd2ca6 on cltrudeau:bar into 19bde316b277dfbd70cedf584ceb6a8dc28eb72c on peterbrittain:master.