Metadata-Version: 2.0
Name: dragonfire
Version: 0.6.0
Summary: Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions
Home-page: https://github.com/mertyildiran/Dragonfire
Author: Mehmet Mert Yildiran
Author-email: mert.yildiran@bil.omu.edu.tr
License: MIT
Keywords: virtual assistant machine learining artifical intelligence chat bot
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: PyUserInput
Requires-Dist: SpeechRecognition
Requires-Dist: aiml
Requires-Dist: egenix-mx-base
Requires-Dist: google-api-python-client
Requires-Dist: nltk
Requires-Dist: wikipedia

Dragonfire
==========

Dragonfire is an open source virtual assistant project for Ubuntu based
Linux distributions

.. figure:: https://raw.githubusercontent.com/mertyildiran/Dragonfire/master/docs/img/dragonfire.gif
   :width: 600 px
   :alt: Dragonfire


*Dragonfire will never leave your questions unanswered.*

Dragonfire does following tasks for each separate command, respectively:

-  Search across the built-in commands of Dragonfire
-  Explore A.L.I.C.E. AIML
-  Run Wikipedia Answering Machine

Version
~~~~~~~

0.6.0

Installation
~~~~~~~~~~~~

.. code:: Shell

	sudo pip install dragonfire

Usage
~~~~~

.. code:: Shell

	dragonfire

To activate Dragonfire say *DRAGONFIRE* or *HEY* or *WAKE UP*.

To deactivate her say *GO TO SLEEP*.

To silence her say *ENOUGH*.

To kill her say *GOODBYE* or *BYE BYE* or *SEE YOU LATER*.

Built-in Commands
^^^^^^^^^^^^^^^^^

::

	DRAGONFIRE / WAKE UP / HEY
	GO TO SLEEP
	ENOUGH
	WHO AM I / SAY MY NAME
	MY TITLE IS LADY / I'M A LADY / I'M A WOMAN / I'M A GIRL
	MY TITLE IS SIR / I'M A MAN / I'M A BOY
	WHAT IS YOUR NAME
	WHAT IS YOUR GENDER
	FILE MANAGER / OPEN FILES
	WEB BROWSER
	OPEN BLENDER
	PHOTOSHOP / PHOTO EDITOR
	INKSCAPE
	VIDEO EDITOR
	OPEN CAMERA
	OPEN CALENDAR
	OPEN CALCULATOR
	OPEN STEAM
	SOFTWARE CENTER
	OFFICE SUITE
	OPEN WRITER
	OPEN MATH
	OPEN IMPRESS
	OPEN DRAW
	SHUT DOWN THE COMPUTER
	GOODBYE / BYE BYE / SEE YOU LATER
	SEARCH * (IN/USING) WIKIPEDA
	SEARCH * (IN/USING) YOUTUBE

For generating .dict and .dfa files from .grammer and .voca files(for developers only), use:
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

.. code:: Shell

	cd Dragonfire/dragonfire/
	mkdfa sample


