Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaprodes/phonetica
An open source API for fetching phonetics and pronunciation data.
https://github.com/kaprodes/phonetica
hacktoberfest2020 hactoberfest
Last synced: about 4 hours ago
JSON representation
An open source API for fetching phonetics and pronunciation data.
- Host: GitHub
- URL: https://github.com/kaprodes/phonetica
- Owner: KaProDes
- Created: 2019-09-30T18:46:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:49:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T11:54:36.377Z (over 1 year ago)
- Topics: hacktoberfest2020, hactoberfest
- Language: Python
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phonetica
An open source API for fetching phonetics and pronunciation data.
### A lightweight API to handle phonetics fetching for your English language projects
-------------------------------------------------------------------------------------How to use -- A TL;DR quickstart guide.
1. Fork this repo for any contributions that you would like to make.
2. Download a copy of phonetics.py from this repo.
3. Save it at the top level with the driver file or at any location that you can import this file from.
4. run `pip3 install -r requirements.txt` in your terminal. This will install all the neccessary packages.
5. In your driver _import phonetics_ keyword.
6. To any string say foo, call the method *ipa_fd(foo)*
7. This will return another string that will be a string containing the phonetics info of the string queried in point 5.**THAT'S ABOUT IT!**