Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 841 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 841 Bytes

aimlEditor

By Brandon Jackson

Project started August 2014

aimlEditor is a simple GUI for editing AIML files built using Python.

Installation

  • Make sure you have these dependencies installed (see code snippet below for help):
    • the pyAIML Python package

Example Installation Procedure (for Unix/Linux with apt-get installed)

git clone https://github.com/brandonjackson/aimlEditor.git

Usage

Coming Soon

To-Do List

  • Build GUI
  • Build AIMLParser class
  • Make AIMLParser fail gracefully when unknown/unsupported XML elements encountered

Links

Credits

Coming Soon