An open API service indexing awesome lists of open source software.

https://github.com/vislupus/synesthesia

Simple Flask base synesthesia app for Bulgarian and English alphabet
https://github.com/vislupus/synesthesia

ajax flask flask-application flask-backend letters python synesthesia vanilla-javascript

Last synced: about 2 months ago
JSON representation

Simple Flask base synesthesia app for Bulgarian and English alphabet

Awesome Lists containing this project

README

          

# Synesthesia

[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen)](https://lbesson.mit-license.org/)
![Python](https://img.shields.io/badge/language-Python-brightgreen)
![Version](https://img.shields.io/badge/python-3.6%20%7C%203.7-blue)

## Overview

A simple single-screen application implemented with [Flask](https://flask.palletsprojects.com/en/1.1.x/) and [Vanilla JavaScript](http://vanilla-js.com/) for visualizing a [synesthesia](https://en.wikipedia.org/wiki/Synesthesia) perceptual phenomenon on which letters are perceived as inherently colored. This is one of the common forms of synesthesia. Letters are from two alphabets Bulgarian and English.

## Features

- Allow user to create a personal color profile of every letter of the alphabet
- Works with the alphabet of two languages
- Show how the text looks for a synesthetes
- Store data on a daily base
- Show data on an HTML table
- Save data to JSON file

## Built With

- Flesk
- Jinja2
- Vanilla JavaScript
- AJAX