معرفی شرکت ها


braillelib-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A braille library for Python
ویژگی مقدار
سیستم عامل -
نام فایل braillelib-0.0.1
نام braillelib
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Aadit Trivedi <aadit.trivedi03@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/braillelib/
مجوز Copyright (c) 2018 The Python Packaging Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# braille - 1st Place [winner](https://devpost.com/software/braille-h7kxzb "winner") at HarkerHacks 2018 https://devpost.com/software/braille-h7kxzb A Python module that supports conversion between text, image, speech, and braille for developers. ### Inspiration In the world, 36 million people are blind, and I wanted to create a project that would make blind people's life easier. I was searching for a Python library to assist braille technology, but I found nothing. So, I decided to create my own library to assist developers create projects that integrates braille technology. ### What it does With this library, developers can simply install and import this library and perform conversions between text, image, speech, and braille. ### Installation 🛠 Make a project directory ``$ mkdir YOUR_PROJECT_DIRECTORY`` Install the library from GitHub ``git clone https://www.github.com/AaditT/braille`` Make sure you work within this directory. Your importation of the braille library may not work if this installation occurs in any other folder ### braille Documentation 1) Download braille.py to a directory and create your project within this directory 2) `import braille` 1) To convert text to braille: `braille.textToBraille('string')` 2) To convert text to speech: `braille.textToSpeech('string')` 3) To convert image to text: `braille.imageToText('image_path')` 4) To convert image to speech: `braille.imageToSpeech('image_path')` 5) To convert image to braille: `braille.imageToBraille('image_path')` 6) To convert a braille array to text: `braille.brailleToTextArray('array')` 7) To convert a braille array to speech (array implementation): `braille.brailleToSpeechArray('list_of_imgs_paths')` 7) To convert a braille array to speech (image implementation): `braille.brailleToSpeechImg('list_of_imgs_paths')` 8) To convert braille images (from [here](https://github.com/AaditT/braille/tree/master/images "here")): `braille.brailleToSpeechImgs('list_of_imgs_paths')`


نیازمندی

مقدار نام
- matplotlib>=3.4.3
- numpy>=1.20.1
- pillow>=8.4.0
- pytesseract>=0.3.9


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl braillelib-0.0.1:

    pip install braillelib-0.0.1.whl


نصب پکیج tar.gz braillelib-0.0.1:

    pip install braillelib-0.0.1.tar.gz