This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4dc45c
commit c28e164
Showing
43 changed files
with
366 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,3 +80,5 @@ dmypy.json | |
|
||
# Pyre type checker | ||
.pyre/ | ||
.sconsign.dblite | ||
*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# unspokenPy3 | ||
|
||
## A few very important note! | ||
|
||
**I am not the main developer of the addon.** | ||
|
||
*** | ||
|
||
This add-on was running before the 2019.3 releases of NVDA. | ||
Developer was not developing the addon. | ||
|
||
Afterwards, a Sudanese friend named Musharraf Omer built a new add-on by building the Audiothemes addon on Unspoken. | ||
Audiothemes have several problems. | ||
For example, some sounds crack. | ||
|
||
Most of Unspoken is written in C. | ||
So it works faster and more stable against pure Python code. | ||
Audiothemes react relatively slowly. | ||
|
||
**All sources mentioned here**: | ||
|
||
* Unspoken | ||
- Main Repo: https://github.com/camlorn/Unspoken | ||
- Developer's GitHub profile: https://github.com/camlorn | ||
- Non-license | ||
* Audiothemes | ||
- Main Repo: https://github.com/mush42/Audio-Themes-NVDA-Add-on | ||
- Developer's GitHub profile: https://github.com/mush42/ | ||
- Non-license | ||
|
||
*** | ||
|
||
I don't want to do hurt the author of the add-on. | ||
Unspoken is a very important add-on for me. | ||
NVDA without it is bad 😢 . | ||
I wanted to open the source code to everyone. | ||
Please respect the great effort of the Unspoken main developer. | ||
|
||
## Addon Status | ||
* Beta | ||
|
||
**Note**: | ||
|
||
If you are not a developer, I wouldn't recommend running the add-on in beta. | ||
|
||
## Steps for Use or test or developing | ||
|
||
1. Clone this repo to test or use the add-on: | ||
`git clone https://github.com/SeanTolstoyevski/unspokenPy3` | ||
or download it from the GitHub page. | ||
2. Copy the addon folder in the repo folder to the appdata/roaming/nvda / addon folder. | ||
**NVDA's steps for your own configuration are not here.** | ||
3. and change the folder name to "unspoken". | ||
4. Restart NVDA. | ||
|
||
## Issues that need help | ||
|
||
I searched and couldn't find it. | ||
Feel free to create a PR for the problem. | ||
A very simple problem for experienced NVDA developers 🤗. | ||
|
||
1. Press NVDA+ctrl+f3 | ||
after, the add-on don't run. | ||
|
||
## License | ||
|
||
This repo is licensed under the MIT License. | ||
Components created by other developers may have a other license. | ||
- [MIT Lıcense](https://github.com/SeanTolstoyevski/unspokenPy3/blob/master/LICENSE) | ||
- ... |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name = unspokenPy3 | ||
summary = "Unspoken" | ||
description = """Removes names like unspoken, link, button. It plays different sounds instead of informations.""" | ||
author = "Sean: [email protected]" | ||
url = None | ||
version = 0.3 | ||
docFileName = readme.html | ||
minimumNVDAVersion = 2019.3 | ||
lastTestedNVDAVersion = 2020.1 | ||
updateChannel = None |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
addonSource/globalPlugins/Unspoken/nvdaaddonupdater/__init__.py
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
addonSource/globalPlugins/Unspoken/nvdaaddonupdater/callafter.py
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
addonSource/globalPlugins/Unspoken/nvdaaddonupdater/nvdaaddonupdater.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
from pathlib import Path | ||
|
||
|
||
|
||
_ = lambda x : x | ||
|
||
addon_info = { | ||
"addon_name" : "unspokenPy3", | ||
"addon_summary" : _("Unspoken"), | ||
"addon_description" : _("""Removes names like unspoken, link, button. It plays different sounds instead of informations."""), | ||
"addon_version" : "0.3", | ||
"addon_author" : u"Sean: [email protected]", | ||
"addon_url" : None, | ||
"addon_docFileName" : "readme.html", | ||
"addon_minimumNVDAVersion" : 2019.3, | ||
"addon_lastTestedNVDAVersion" : 2020.1, | ||
"addon_updateChannel" : None, | ||
} | ||
|
||
|
||
|
||
pythonSources = list(Path.cwd().joinpath("addon", "globalPlugins").rglob("*.py")) | ||
|
||
i18nSources = pythonSources + ["buildVars.py"] | ||
|
||
excludedFiles = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
summary = "{addon_summary}" | ||
description = """{addon_description}""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name = {addon_name} | ||
summary = "{addon_summary}" | ||
description = """{addon_description}""" | ||
author = "{addon_author}" | ||
url = {addon_url} | ||
version = {addon_version} | ||
docFileName = {addon_docFileName} | ||
minimumNVDAVersion = {addon_minimumNVDAVersion} | ||
lastTestedNVDAVersion = {addon_lastTestedNVDAVersion} | ||
updateChannel = {addon_updateChannel} |
Oops, something went wrong.