# zoo-for-python **Repository Path**: wfyn/zoo-for-python ## Basic Information - **Project Name**: zoo-for-python - **Description**: Zoo for python, mainly some useful python utils I used frequently when wrote python - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-06 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zoo-for-python Zoo for python, mainly some useful python utils I used frequently when wrote python * `captcha` A captcha generator for python, used in my [Blog][blog]. * `maillib` A mailbox client module, that wraps smtp for simplicity, used in my [Blog][blog]. * `autosetthreadname` A hack to Python's threading module, which can automaticly set the thread's `COMMAND NAME` when start a new thread with a name, work in linux. Used in my server side software for better debugging in multithread enviroment. [blog]: http://monklof.com/