billythegoat356 / pystyle

The source of my Python library, pystyle.
https://pypi.org/project/pystyle/
Eclipse Public License 2.0
202 stars 13 forks source link

Changed the speed values #31

Closed xpierroz closed 1 year ago

xpierroz commented 1 year ago

Since the minimum speed value of the Colorate class is too munch, we could either reduce it or using float and not int. However using float was a mess so I just reduced it the minimum value.