@@ -9,13 +9,19 @@ Dragonfly
9
9
Introduction
10
10
----------------------------------------------------------------------------
11
11
12
+
12
13
Dragonfly is a speech recognition framework for Python that makes it
13
14
convenient to create custom commands to use with speech recognition
14
15
software. It was written to make it very easy for Python macros, scripts,
15
16
and applications to interface with speech recognition engines. Its design
16
17
allows speech commands and grammar objects to be treated as first-class
17
18
Python objects.
18
19
20
+ This project is a fork of the original
21
+ `t4ngo/dragonfly <https://github.com/t4ngo/dragonfly >`__ project. It is
22
+ known as *dragonfly2 * on the PyPI repository, but for purposes of
23
+ functionality, it is referred to as Dragonfly below.
24
+
19
25
Dragonfly can be used for general programming by voice. It is flexible
20
26
enough to allow programming in any language, not just Python. It can also be
21
27
used for speech-enabling applications, automating computer activities
@@ -28,9 +34,6 @@ See the `actions sub-package documentation
28
34
<https://dragonfly.readthedocs.io/en/latest/actions.html> `__
29
35
for more information, including code examples.
30
36
31
- This project is a fork of the original
32
- `t4ngo/dragonfly <https://github.com/t4ngo/dragonfly >`__ project.
33
-
34
37
Dragonfly currently supports the following speech recognition engines:
35
38
36
39
- *Dragon *, a product of *Nuance *. All versions up to 16 (the latest)
0 commit comments