Skip to content

itdaniher/blisscribe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blisscribe

Blisscribe is a translator designed for visual reading, allowing you to input text and receive a PDF with selected words replaced with Blissymbols.

Setup

Check out the repo, and get started using Pipenv.

pipenv install .
pipenv run makemigrations
pipenv run migrate
pipenv run server

Then open up http://localhost:8000/translate/ and translate to Bliss!

Translation

After setting up Blisscribe, you can translate either from command line, Python, or online.

Command Line

Open blisscribe-master in command line and enter the prompt:

cd bliss_online/bliss_webapp/translation

Then run blisscript.py with your version of Python:

python blisscript.py

This will run a prompt asking which language and text you wish to translate. To change the script simply modify blisscript.py.

Python

To translate in Python, head to the translation folder, located under bliss_online/bliss_webapp. From here you can edit the demo.py file to translate demo text or some of your own. Any text you translate will appear as a PDF in the out folder.

Features

Blisscribe currently supports the following languages:

  • English
  • Spanish
  • German
  • French
  • Italian
  • Dutch
  • Polish
  • Swedish
  • Portuguese
  • Danish

alice en sample


alice pl sample

Blisscribe also provides options for users to select which parts of speech to translate, including nouns, verbs, adjectives/adverbs, and/or all parts of speech.

nouns


verbs


adjs/advs


other

Blisscribe is currently maintained in Python 3.6 (as of 06/22/2018). To learn more about Blisscribe, visit the website: blisscribe.tumblr.com. You can also contact me through Blisscribe at blisscribe [at] gmail [dot] com.

About

A text-to-Blissymbols translator in English and other supported languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%