We wrote lots of codes with the same or nearly the same functionalities daily. Although writing these codes is trivial, but it takes time and affect the mood. Sometimes we even need to use Google or stackoverflow because of bad memory. Here I put the codes that we almost need to use everyday to avoid reinvent the wheels. The codes here help reduce my coding burden, so that I can focus on core functionalities. Please consider star
if you benefit from this repo.
- Using pip:
pip install pydaily==0.4.4
- Using conda:
conda install -c conda-forge pydaily
- finding all files with given extension
- directory overwriting, creating, etc
- batch renaming files
- dict to csv, h5, json, pickle, etc
- list to txt
- tokenize text
- logging message to file
- calculating elapsed time
- getting current time
Hosted in https://pydaily.readthedocs.io, powered by readthedocs and Sphinx.
pydaily
is an open source project and anyone is welcome to contribute. An easy way to get started is by suggesting a new enhancement on the Issues. If you have found a bug, then either report this through Issues, or even better, make a fork of the repository, fix the bug and then create a Pull Request to get the fix into the master branch.
pydaily
is free software made available under the Apache License. For details see the LICENSE file.