# sketch
A graphics libary for python

###  How to use
```
import    as sun
sun.draw('hello world')
```
attrs are ``font=fontsize`` , ```color = textcolor``` , ```font_bg= font background color``` , ``weight = bold```,```padding =padding``

#### more help coming soon
