AIML and python3

3.9k Views Asked by At

Hey I just started looking into programming Chatbots with python3 is there an interpreter for AIML files for python3. I tried looking in pip but I can only find it supported for python 2?

1

There are 1 best solutions below

0
On BEST ANSWER

You can use https://github.com/weddige/pyaiml3 to enable AIML interpreter in python 3. I have tested it in python3.5.2 and it worked.