搜索资源列表
YouMoney-src-0.9.5
- YouMoney是一个开源个人记账软件 感谢: Jacky MA <jackyma1981@gmail.com> 制作了YouMoney的日文支持 安装方法: Windows:可以选择YouMoney-x.x.x.exe的安装文件直接运行就安装。也可以用YouMoney-noinstall-x.x.x.exe直接解压缩就可以使用。 Linux: 可以用rpm,deb包来安装。下载对应的版本就可以。也可以从源码运行。需要保证python版本在2.5
AddressBook
- 使用Python 2.7完成的AddressBook地址簿程序, 有助于Python编程入门。-Python 2.7 AddressBook address book program, helps the Python programming entry.
smarthouse
- This program was made for different smart house. It is was wrote on Python
dictcnWorker
- 字典遍历算法,Python脚本,可移植可调试,python2.5-dictionary overview
py20160106-3
- 用python语言从博客中批量下载html格式的文章到本地-sorry,english is too foolish.
blutooth
- A VHDL bluetooth transceiver UART project with python scr ipts.
SO
- Python use of XOR to perform key comparison and encoding
renrenwangpachong
- 本代码可以利用Python中的requests、re等库爬人人网的相关内容,也可以拓展爬别的网站!-This code can use the Python in the requests, re and other libraries to climb the relevant content of the network, you can also expand the crawling of other sites!
识别PDF中文字的Python程序
- 程序默认使用离线OCR,如果想使用百度在线OCR,需要在百度云网站申请创建新项目,将项目的apiKey,appId, SecretKey填写到程序中,并将OCR_ONLINE设置为True。(在线识别效果略好于离线识别效果,尤其在数字、英文字母、标点方面效果更好)。