Metadata-Version: 2.0
Name: dots-editor
Version: 0.3.4
Summary: A python-based six-key braille emulator
Home-page: https://github.com/Gailbear/dots-editor
Author: Gail Terman
Author-email: gterman@gmail.com
License: MIT
Keywords: braile pygame editor
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Text Editors
Classifier: Topic :: Text Editors :: Text Processing
Requires-Dist: argparse
Requires-Dist: pygame
Requires-Dist: setuptools-scm

Dots Editor
===========
A six-key braille emulator written in python.
---------------------------------------------
|version| |license| |dependencies| |travis|

Mostly because I was sick of there not being one that is free, easy to use, and easy to install on any operating system.

This is in super-alpha.

Installation
------------

``pip install dots-editor``

Usage
_____

``dots_editor filename.brl``

This will open a file for editing. When you quit (I know, scary), it will save.

Features to add
---------------
- Edit an existing file (I know, big oversight)
- Change font size
- Start standalone
- Menu to make a new file or open an existing one

.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg
.. |version| image:: https://img.shields.io/pypi/v/dots-editor.svg
    :target: https://pypi.python.org/pypi/dots-editor
.. |dependencies| image:: https://img.shields.io/librariesio/github/gailbear/dots-editor.svg
.. |travis| image:: https://travis-ci.org/Gailbear/dots-editor.svg?branch=master
    :target: https://travis-ci.org/Gailbear/dots-editor


