This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #coding=utf8 | |
| """pip install gevent pyquery requests weasyprint""" | |
| import gevent | |
| from gevent import monkey | |
| monkey.patch_all() | |
| from pyquery import PyQuery as pq | |
| import requests | |
| import re, sys | |
| from weasyprint import HTML |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #coding=utf8 | |
| """ | |
| git clone https://github.com/shuxiang/hakka-lang-bobai | |
| git clone https://github.com/hxgdzyuyi/tang_poetry | |
| mysql> source tang_poetry.sql | |
| pip3 install flask | |
| pip3 install xpinyin | |
| pip3 install Flask-SQLALchemy | |
| python3 poem_rhythm.py |
OlderNewer