Skip to content
forked from itaa/soja-box

A little useful toolbox for python.

License

Notifications You must be signed in to change notification settings

neil3212080/soja-box

 
 

Repository files navigation

The soja box is a useful tools for python.

Usage

soja_md5

import soja_md5 as sj

# 获取字符串md5
print(sj.md5("Hello world"))

# 获取文件md5
print(sj.md5('./README.md', mode='F'))

# 获取文件sha1
print(sj.get_file_sha1('./README.md'))

If you love, please star it.

About

A little useful toolbox for python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%