RameshAditya / asciify

Convert any image into ASCII Art.
1.14k stars 166 forks source link

Allow for the integer division difference between python2 and python3. #4

Closed sligodave closed 6 years ago

sligodave commented 6 years ago

The problem in issue #3 is that division between integers produces integers in python2 and floats in python3. This allows for this and results in the same functionality in python2 and python3.

RameshAditya commented 6 years ago

@sligodave Awesome! Thanks for your work on this! 🙂