Skip to content

donequick/quickdone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get Things Done Quickly!

Usage

$ pip install quickdone
>>> import quickdone as qd

fp() short for format_path(file_path)

>>> qd.fp(r'C:\Users\user_name\Desktop\test.xlsx')
'C:/Users/user_name/Desktop/test.xlsx'

etc() short for excel_to_csv(input_path,output_path,input_enc,output_enc)

>>> qd.etc(r'C:\Users\user_name\Desktop\test.xlsx',r'C:\Users\user_name\Desktop\test.csv')

Packaging

$ python setup.py sdist bdist_wheel
$ twine upload dist/*

For more, see python packaging-projects or Packaging and distributing projects

About

A handy toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages