ruo2012 / cnvoice

A tool to randomize order of Chinese characters

Home Page:https://bit.ly/cnvoice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying to Heroku With One Click

Deploy

Running Locally

Make sure you have Python 3.7 installed locally. To push to Heroku, you'll need to install the Heroku CLI, as well as Postgres.

$ git clone https://github.com/cnvoice/cnvoice.git
$ cd cnvoice

$ python3 -m venv cnvoice
$ pip install -r requirements.txt

$ heroku local

Your app should now be running on localhost:5000.

Deploy to Heroku

$ heroku create
$ git push heroku master

$ heroku open

Documentation

For more information about using Python on Heroku, see these Dev Center articles:

About

A tool to randomize order of Chinese characters

https://bit.ly/cnvoice


Languages

Language:Python 66.8%Language:HTML 33.2%