|
1 | 1 | # PythonVoiceCodingPlugin |
2 | 2 |
|
3 | 3 | [](https://opensource.org/licenses/BSD-2-Clause) |
4 | | - |
5 | | -<!--  --> |
6 | | - |
7 | | -[](https://pythonvoicecodingplugin.readthedocs.io/en/latest/) |
8 | | - |
9 | | -<!--  --> |
| 4 | + |
10 | 5 |
|
11 | 6 | [](https://github.com/dictation-toolbox/Caster) |
12 | | - |
13 | | -<!--  --> |
14 | | - |
15 | 7 | [](https://github.com/dictation-toolbox/aenea) |
16 | | - |
17 | | -<!--  --> |
18 | | - |
19 | 8 |  |
20 | 9 |
|
21 | | - |
22 | 10 | [](https://gitter.im/PythonVoiceCodingPlugin/community) |
| 11 | +[](https://pythonvoicecodingplugin.readthedocs.io/en/latest/) |
23 | 12 |
|
24 | | - |
25 | | - |
26 | | -PythonVoiceCodingPlugin is a Sublime Text 3 plugin meant to enhance user experience |
27 | | -when coding python 3 by voice. It ships with an integrated [Caster](https://github.com/dictation-toolbox/Caster) grammar bundle containing voice commands that provide you with syntactical navigation capabilities! The [documentation](https://pythonvoicecodingplugin.readthedocs.io/en/latest/) contains some 100+ examples showcasing those capabilities and for any further questions or help with troubleshooting, please let me know at my gitter [channel](https://gitter.im/PythonVoiceCodingPlugin/community)! |
28 | | - |
| 13 | +***PythonVoiceCodingPlugin*** is a Sublime Text 3 plugin meant ***in combination with the [Caster](https://github.com/dictation-toolbox/Caster) toolkit*** to provide ***syntactical navigation capabilities*** for Python coders that are ***programming by voice*** , focusing on those who use voice input ***by need due to RSI/disabilities*** but also targeting those who simply desire ***an enhancement to their workflow*** . Users can describe what region they want to select/operate on with structured yet ***naturally sounding voice commands*** |
29 | 14 |
|
30 | | -In case you have never heard about voice programming before, you should definitely check out [Caster](https://caster.readthedocs.io/en/latest/), [dragonfly](https://dragonfly2.readthedocs.io/en/latest/introduction.html) and [Talon](https://talonvoice.com/). |
| 15 | + |
| 16 | +<!-- `delete right`, `copy argument 3`, `paste part 4` , `down 2 functions second if condition`,`swap red with blue` --> |
31 | 17 |
|
32 | | -CRITICAL UPDATE: My sincerest apologies but up to release 0.1.1 a subtle yet critical installation step was not documented, which may have prevented you from using the plug-in altogether! You can find more information [here](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues/15) but release 0.1.2 should make that installation step redundant for most users, so simply upgrading and [replacing the grammar files](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues/14) should be enough without any further action on your part! Many thanks to LexiconCode for pointing this out! |
| 18 | +allowing for a ***faster,more convenient and productive*** voice coding experience. The ***[installation instructions](https://pythonvoicecodingplugin.readthedocs.io/en/latest/Installation/)*** and the ***100+ gifs with examples of the [documentation](https://pythonvoicecodingplugin.readthedocs.io/en/latest/)***should help get you started and for any further questions,do not hesitate to reach out my ***gitter [channel](https://gitter.im/PythonVoiceCodingPlugin/community)***! With many thanks to @FichteFoll and @LexiconCode |
33 | 19 |
|
34 | | - |
| 20 | + |
35 | 21 |
|
| 22 | +Needless to say, while coding PythonVoiceCodingPlugin , ***PythonVoiceCodingPlugin was and is being used*** :) |
36 | 23 |
|
37 | 24 |
|
38 | 25 | ## Contents |
@@ -118,7 +105,6 @@ I want to be honest. This is not exactly the best code ever written. It is far f |
118 | 105 |
|
119 | 106 | As I said, far (really far) from perfect but nonetheless an out-of-the-box solution which I hope to be helpful ,especially for beginners to get up to speed , and a step towards the right direction. I hope you enjoy using it as much as I have enjoyed coding it:) |
120 | 107 |
|
121 | | -Needless to say, while coding PythonVoiceCodingPlugin , PythonVoiceCodingPlugin was used :) |
122 | 108 |
|
123 | 109 | ## Release and Version |
124 | 110 |
|
|
0 commit comments