Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peiss committed Oct 23, 2016
1 parent f9c6cf1 commit 2a09bfa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# name-test-score
httpcn.com网站的姓名测试打分项目,姓名五格三才剖析、八字五行分析、五格数理姓名测试打分、姓名八字测试打分 等


运行方式:
1、在/name-test-score/httpcn/input_names.txt文件中,每行写一下需要获取分数的名字,注意用\n分行;
2、运行脚本/name-test-score/httpcn/get_name_score.py
3、查看结果:/name-test-score/httpcn/output_result.txt

代码依赖的Python模块:
1、BeautifulSoup 4
https://www.crummy.com/software/BeautifulSoup/bs4/doc/#

2、自带的urllib2、urllib2等模块


按八字和五格做名字测试,不一定真的就是准,不过它也是中国几千年的文化传承,宁可信其有不可信其无,只要测试出来分数不太低就行了。

0 comments on commit 2a09bfa

Please sign in to comment.