mkaz / termgraph

a python command-line tool which draws basic graphs in the terminal
MIT License
3.14k stars 165 forks source link

Making entry points in python #110

Open arita37 opened 1 year ago

arita37 commented 1 year ago

Very good job Thanks !

Is it possible to have simple python entrypoints

from ... import histogram, scatter

so we can use from python too !