Skip to content

A skeleton Flask app demonstrating how to process uploaded files (text to IPA).

License

Notifications You must be signed in to change notification settings

pikatech/ipaphon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Works with Python 3.6+MIT LicenseCode style: black

ipaphon - text to IPA

A skeleton Flask app demonstrating how to process uploaded files.

It will transliterate uploaded text files into IPA (International Phonetic Alphabet).

Run it with a production server

waitress-serve --call 'ipaphon.main:wsgi'

Run it with the integrated development server

export FLASK_APP=ipaphon.wsgi
export FLASK_ENV=development
flask run

Getting started with web development

https://getbootstrap.com/docs/5.0/getting-started/introduction/

https://getbootstrap.com/docs/5.0/forms/form-control/

https://flask.palletsprojects.com/en/2.0.x/

https://flask.palletsprojects.com/en/2.0.x/patterns/fileuploads/

About

A skeleton Flask app demonstrating how to process uploaded files (text to IPA).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published