# python_tools **Repository Path**: msnow/python_tools ## Basic Information - **Project Name**: python_tools - **Description**: Python脚本写的小工具 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-05-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **python版本2.7.X** #python_tools ### addhcpptovs.py 添加.h.hpp.c.cpp文件到visual studio(使用的2013版本)工程中 ### xcodetovs.py 补全头文件路径,在不设置文件夹路径的情况下,移植xcode代码到visual studio工程中. ### u8tocp.py 配合xcodetovs.py使用,utf-8转cp936 ### eachfile.py 检查文件名中含有不是a-z,A-Z,0-9字符的文件(用来检查游戏资源命名是否符合要求,多空格问题,人眼比较难发现) ### each_file_hcpp.py 将.cpp.h文件保存在一个文件中(配置cmake时使用到了) ### delete_point_file.py 删除点开头的文件和文件夹(从mac拷贝文件到windows时,比较常用;擅用,小心误删) ### filerename.py .hpp该后缀名为.h(可自行结合正则表达式灵活改名)