nmoya / whatsapp-parser

Parser to the What's App log file.
MIT License
47 stars 23 forks source link

python3 support #19

Open manu-chroma opened 7 years ago

manu-chroma commented 7 years ago

since, the project has no dependencies, it should be relatively easy to extend support for python3.

something like 2to3 can come in really handy. https://docs.python.org/2/library/2to3.html

nmoya commented 7 years ago

Even better than that, we could write it in Python 2 and 3. at this point, I think it should be trivial to fix the minor details that block us from running python 3. https://wiki.python.org/moin/PortingToPy3k/BilingualQuickRef