SkillAgentSearch skills...

Cnvoice

A tool to randomize order of Chinese characters

Install / Use

/learn @cnvoice/Cnvoice
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

Related Skills

View on GitHub
GitHub Stars78
CategoryDevelopment
Updated1y ago
Forks13

Languages

Python

Security Score

65/100

Audited on May 18, 2024

No findings