plover


Nameplover JSON
Version 4.0.3 PyPI version JSON
download
home_pagehttp://www.openstenoproject.org/
SummaryOpen Source Stenography Software
upload_time2025-07-12 19:20:02
maintainerTed Morin
docs_urlNone
authorJoshua Harlan Lifton
requires_python>=3.8
licenseGNU General Public License v2 or later (GPLv2+)
keywords plover
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img width="300" alt="Plover logo" src="https://raw.githubusercontent.com/openstenoproject/plover/main/doc/_static/dolores.svg" />
</p>

<h1 align="center">Plover</h1>

<p align="center"><i>Bringing stenography to everyone.</i></p>

<p align="center">
    <a href="https://github.com/openstenoproject/plover/releases">
        <img alt="Latest release" src="https://img.shields.io/github/v/release/openstenoproject/plover?filter=v*" />
    </a>
    <img alt="License" src="https://img.shields.io/github/license/openstenoproject/plover" />
    <a href="https://github.com/openstenoproject/plover/actions/workflows/ci.yml?query=branch%3Amain">
        <img alt="CI status" src="https://github.com/openstenoproject/plover/actions/workflows/ci.yml/badge.svg?branch=main" />
    </a>
    <a href="https://plover.readthedocs.io/">
        <img alt="ReadTheDocs" src="https://img.shields.io/readthedocs/plover?logo=readthedocs&logoColor=white" />
    </a>
    <a href="https://discord.gg/0lQde43a6dGmAMp2">
        <img alt="Plover Discord" src="https://img.shields.io/discord/136953735426473984?logo=discord&logoColor=white" />
    </a>
</p>

| [Homepage][] | [Wiki][] | [Blog][] | [Google Group][] | [Discord](https://discord.com/invite/H5HnRE6) |
| ------------ | -------- | -------- | ---------------- | --------------------------------------------- |

-   [About](#about)
-   [Installation](#installation)
-   [Getting help](#getting-help)
-   [Contributing](#contributing)
-   [Donations](#donations)
-   [Programming](#programming)
-   [Writing, Art, UX, and Web Design](#writing-art-ux-and-web-design)
-   [Development Environment and Building](#development-environment-and-building)

## About

Plover (rhymes with "lover") is a desktop application that allows anyone
to use stenography to write on their computer, up to speeds of 200WPM
and beyond.

Plover is part of the [Open Steno Project][]. The Open Steno Project's
goal is to provide everything you need to learn machine shorthand on
your own, from free software, to cheap hardware, to learning resources.

Plover is GPLv2+ as of version 3.1.0. See the [license][] for details.

## Installation

Plover runs on Windows, Linux, and Mac.

View the [installation guide][] which covers downloading, installation,
and initial configuration.

## Getting help

Having trouble with Plover?

The Wiki has several pages to help you:

-   [Installation Guide][]
-   [Beginner's Guide][]
-   [Supported Hardware][]
-   [Troubleshooting Common Issues][]

If you are still having trouble, have found a bug, or would like to
request a new feature, please [search for or create an issue][issues].
When making a new issue, fill out the form as best you can so that we
can help you quickly.

If you are looking for more general support (i.e. you don't have a
specific issue), consider joining the community. We are active on
[Discord](https://discord.gg/0lQde43a6dGmAMp2), a live chatroom service; and on the [Google Group][],
a more traditional mailing list.

## Contributing

The Open Steno Project is always growing, and could use your help!

### Donations

Plover is developed by volunteers. Donations to Open Steno help fund new
projects as well as any maintenance costs with publishing Plover.

[Donate here][Donate], donations of any size are very appreciated!

### Programming

Plover is a cross-platform desktop application written in Python. To
contribute to Plover, see [contributing][].

If Python isn't your thing, there are other steno-related projects,
including [StenoJig][] (JavaScript) and [StenoTray][] (Java).

### Writing, Art, UX, and Web Design

-   The [Plover Wiki][Wiki] discusses Plover and Open Steno in
    general. Edits to the Wiki and new page ideas are welcome.
-   Graphic art for Plover and stenography in general is always
    appreciated. The app's icons are worked on at [TheaMorin/plover\_icons][].
    You may consider reimagining or reposing [Plover's mascot, Dolores][Mascot].
-   UX improvement suggestions are welcome. Plover runs on Windows, Mac,
    and Linux, and should be powerful but out of the way, which poses
    some interesting challenges. Please drop in to the Discord server to
    brainstorm with users and the developers.
-   Open Steno has websites that accept contributions, including the
    [Open Steno Project Homepage][Open Steno Project] ([source][Open Steno Project Homepage Source]) and [Plover's Homepage][Homepage]
    ([source][Homepage Source]).

## Development Environment and Building

Plover is cross-platform and has separate build instructions for each
platform.

Please follow through for your system:

-   [Windows][Windows README]
-   [Linux][Linux README]
-   [Mac][macOS README]

[Beginner's Guide]: https://plover.wiki/index.php/Beginner%27s_Guide
[Blog]: http://plover.stenoknight.com
[Contributing]: https://github.com/openstenoproject/plover/blob/main/CONTRIBUTING.md
[Donate]: http://www.openstenoproject.org/donate
[Google Group]: https://groups.google.com/forum/#!forum/ploversteno
[Homepage Source]: https://github.com/openstenoproject/plover/tree/gh-pages
[Homepage]: http://opensteno.org/plover
[Issues]: https://github.com/openstenoproject/plover/issues?q=is:issue
[License]: https://github.com/openstenoproject/plover/blob/main/LICENSE.txt
[Open Steno Project Homepage Source]: https://github.com/openstenoproject/openstenoproject.github.io
[Open Steno Project]: http://opensteno.org
[Mascot]: http://plover.stenoknight.com/2010/10/new-logo.html
[StenoJig]: https://github.com/JoshuaGrams/steno-jig
[StenoTray]: https://github.com/SmackleFunky/StenoTray
[Supported Hardware]: https://plover.wiki/index.php/Supported_hardware
[Troubleshooting Common Issues]: https://plover.wiki/index.php/Troubleshooting_issues
[Wiki]: https://plover.wiki
[installation guide]: https://plover.wiki/index.php/Installation_Guide
[TheaMorin/plover\_icons]: https://github.com/TheaMorin/plover_icons
[Windows README]: https://github.com/openstenoproject/plover/blob/main/windows/README.md
[Linux README]: https://github.com/openstenoproject/plover/blob/main/linux/README.md
[macOS README]: https://github.com/openstenoproject/plover/blob/main/osx/README.md



            

Raw data

            {
    "_id": null,
    "home_page": "http://www.openstenoproject.org/",
    "name": "plover",
    "maintainer": "Ted Morin",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "morinted@gmail.com",
    "keywords": "plover",
    "author": "Joshua Harlan Lifton",
    "author_email": "joshua.harlan.lifton@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/0d/5698c79e288423cabd85a0498de0ef2ca47cde52442d5947b958a6a77759/plover-4.0.3.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <img width=\"300\" alt=\"Plover logo\" src=\"https://raw.githubusercontent.com/openstenoproject/plover/main/doc/_static/dolores.svg\" />\n</p>\n\n<h1 align=\"center\">Plover</h1>\n\n<p align=\"center\"><i>Bringing stenography to everyone.</i></p>\n\n<p align=\"center\">\n    <a href=\"https://github.com/openstenoproject/plover/releases\">\n        <img alt=\"Latest release\" src=\"https://img.shields.io/github/v/release/openstenoproject/plover?filter=v*\" />\n    </a>\n    <img alt=\"License\" src=\"https://img.shields.io/github/license/openstenoproject/plover\" />\n    <a href=\"https://github.com/openstenoproject/plover/actions/workflows/ci.yml?query=branch%3Amain\">\n        <img alt=\"CI status\" src=\"https://github.com/openstenoproject/plover/actions/workflows/ci.yml/badge.svg?branch=main\" />\n    </a>\n    <a href=\"https://plover.readthedocs.io/\">\n        <img alt=\"ReadTheDocs\" src=\"https://img.shields.io/readthedocs/plover?logo=readthedocs&logoColor=white\" />\n    </a>\n    <a href=\"https://discord.gg/0lQde43a6dGmAMp2\">\n        <img alt=\"Plover Discord\" src=\"https://img.shields.io/discord/136953735426473984?logo=discord&logoColor=white\" />\n    </a>\n</p>\n\n| [Homepage][] | [Wiki][] | [Blog][] | [Google Group][] | [Discord](https://discord.com/invite/H5HnRE6) |\n| ------------ | -------- | -------- | ---------------- | --------------------------------------------- |\n\n-   [About](#about)\n-   [Installation](#installation)\n-   [Getting help](#getting-help)\n-   [Contributing](#contributing)\n-   [Donations](#donations)\n-   [Programming](#programming)\n-   [Writing, Art, UX, and Web Design](#writing-art-ux-and-web-design)\n-   [Development Environment and Building](#development-environment-and-building)\n\n## About\n\nPlover (rhymes with \"lover\") is a desktop application that allows anyone\nto use stenography to write on their computer, up to speeds of 200WPM\nand beyond.\n\nPlover is part of the [Open Steno Project][]. The Open Steno Project's\ngoal is to provide everything you need to learn machine shorthand on\nyour own, from free software, to cheap hardware, to learning resources.\n\nPlover is GPLv2+ as of version 3.1.0. See the [license][] for details.\n\n## Installation\n\nPlover runs on Windows, Linux, and Mac.\n\nView the [installation guide][] which covers downloading, installation,\nand initial configuration.\n\n## Getting help\n\nHaving trouble with Plover?\n\nThe Wiki has several pages to help you:\n\n-   [Installation Guide][]\n-   [Beginner's Guide][]\n-   [Supported Hardware][]\n-   [Troubleshooting Common Issues][]\n\nIf you are still having trouble, have found a bug, or would like to\nrequest a new feature, please [search for or create an issue][issues].\nWhen making a new issue, fill out the form as best you can so that we\ncan help you quickly.\n\nIf you are looking for more general support (i.e. you don't have a\nspecific issue), consider joining the community. We are active on\n[Discord](https://discord.gg/0lQde43a6dGmAMp2), a live chatroom service; and on the [Google Group][],\na more traditional mailing list.\n\n## Contributing\n\nThe Open Steno Project is always growing, and could use your help!\n\n### Donations\n\nPlover is developed by volunteers. Donations to Open Steno help fund new\nprojects as well as any maintenance costs with publishing Plover.\n\n[Donate here][Donate], donations of any size are very appreciated!\n\n### Programming\n\nPlover is a cross-platform desktop application written in Python. To\ncontribute to Plover, see [contributing][].\n\nIf Python isn't your thing, there are other steno-related projects,\nincluding [StenoJig][] (JavaScript) and [StenoTray][] (Java).\n\n### Writing, Art, UX, and Web Design\n\n-   The [Plover Wiki][Wiki] discusses Plover and Open Steno in\n    general. Edits to the Wiki and new page ideas are welcome.\n-   Graphic art for Plover and stenography in general is always\n    appreciated. The app's icons are worked on at [TheaMorin/plover\\_icons][].\n    You may consider reimagining or reposing [Plover's mascot, Dolores][Mascot].\n-   UX improvement suggestions are welcome. Plover runs on Windows, Mac,\n    and Linux, and should be powerful but out of the way, which poses\n    some interesting challenges. Please drop in to the Discord server to\n    brainstorm with users and the developers.\n-   Open Steno has websites that accept contributions, including the\n    [Open Steno Project Homepage][Open Steno Project] ([source][Open Steno Project Homepage Source]) and [Plover's Homepage][Homepage]\n    ([source][Homepage Source]).\n\n## Development Environment and Building\n\nPlover is cross-platform and has separate build instructions for each\nplatform.\n\nPlease follow through for your system:\n\n-   [Windows][Windows README]\n-   [Linux][Linux README]\n-   [Mac][macOS README]\n\n[Beginner's Guide]: https://plover.wiki/index.php/Beginner%27s_Guide\n[Blog]: http://plover.stenoknight.com\n[Contributing]: https://github.com/openstenoproject/plover/blob/main/CONTRIBUTING.md\n[Donate]: http://www.openstenoproject.org/donate\n[Google Group]: https://groups.google.com/forum/#!forum/ploversteno\n[Homepage Source]: https://github.com/openstenoproject/plover/tree/gh-pages\n[Homepage]: http://opensteno.org/plover\n[Issues]: https://github.com/openstenoproject/plover/issues?q=is:issue\n[License]: https://github.com/openstenoproject/plover/blob/main/LICENSE.txt\n[Open Steno Project Homepage Source]: https://github.com/openstenoproject/openstenoproject.github.io\n[Open Steno Project]: http://opensteno.org\n[Mascot]: http://plover.stenoknight.com/2010/10/new-logo.html\n[StenoJig]: https://github.com/JoshuaGrams/steno-jig\n[StenoTray]: https://github.com/SmackleFunky/StenoTray\n[Supported Hardware]: https://plover.wiki/index.php/Supported_hardware\n[Troubleshooting Common Issues]: https://plover.wiki/index.php/Troubleshooting_issues\n[Wiki]: https://plover.wiki\n[installation guide]: https://plover.wiki/index.php/Installation_Guide\n[TheaMorin/plover\\_icons]: https://github.com/TheaMorin/plover_icons\n[Windows README]: https://github.com/openstenoproject/plover/blob/main/windows/README.md\n[Linux README]: https://github.com/openstenoproject/plover/blob/main/linux/README.md\n[macOS README]: https://github.com/openstenoproject/plover/blob/main/osx/README.md\n\n\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v2 or later (GPLv2+)",
    "summary": "Open Source Stenography Software",
    "version": "4.0.3",
    "project_urls": {
        "Changelog": "https://github.com/openstenoproject/plover/blob/master/NEWS.md",
        "Download": "http://www.openstenoproject.org/plover",
        "Homepage": "http://www.openstenoproject.org/",
        "Issue Tracker": "https://github.com/openstenoproject/plover/issues",
        "Source Code": "https://github.com/openstenoproject/plover"
    },
    "split_keywords": [
        "plover"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76890ac7735c9f66b5601c69bb953073c480e47ee4c117b42a02b3be5cc72b4e",
                "md5": "82ab4375b0d0d08e45c94085ad7155c8",
                "sha256": "b646d0170661964362caed56665829f48a506459d4739ecf2173389dff8eb0b7"
            },
            "downloads": -1,
            "filename": "plover-4.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82ab4375b0d0d08e45c94085ad7155c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2290716,
            "upload_time": "2025-07-12T19:20:00",
            "upload_time_iso_8601": "2025-07-12T19:20:00.031348Z",
            "url": "https://files.pythonhosted.org/packages/76/89/0ac7735c9f66b5601c69bb953073c480e47ee4c117b42a02b3be5cc72b4e/plover-4.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd0d5698c79e288423cabd85a0498de0ef2ca47cde52442d5947b958a6a77759",
                "md5": "05a0b1e25b3fba9ea3dd2986a3bedab2",
                "sha256": "4e5aa10dc9537902e9dc88315acd880dec11054e5ba6d78760fd3fc13a9fc8ac"
            },
            "downloads": -1,
            "filename": "plover-4.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "05a0b1e25b3fba9ea3dd2986a3bedab2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4350782,
            "upload_time": "2025-07-12T19:20:02",
            "upload_time_iso_8601": "2025-07-12T19:20:02.002602Z",
            "url": "https://files.pythonhosted.org/packages/cd/0d/5698c79e288423cabd85a0498de0ef2ca47cde52442d5947b958a6a77759/plover-4.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 19:20:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openstenoproject",
    "github_project": "plover",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "plover"
}
        
Elapsed time: 1.51679s