# Toolbox **Repository Path**: Acrylic-Studio/Toolbox ## Basic Information - **Project Name**: Toolbox - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-15 - **Last Updated**: 2022-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工具箱 这里是一些小工具的集合地。由于很多工具做成完整的APP太过繁琐,或者使用频率不高,所以就简单用 Python 写成一个个小工具即可,当然不严格限制编写语言。 与 Python Lab 仓库的区分(针对作者):Python Lab 中更强调学习Python过程中的例子,并且仅限Python语言。而此仓库更强调这些代码作为工具,可以重复使用,并且实用性较强,另外此仓库并不限制语言。 另外,之前写过一个有用的小工具:色彩计算器,可以转换不同的颜色模式,计算出相应的色彩值,已编写为一个完整的APP(此仓库不再收集),在 Github 与 Gitee 上同步开源,欢迎访问: + https://gitee.com/Acrylic-Studio/RGB-Converter + https://github.com/BitBitcode/RGB-Converter ## 工具清单 ### 01、输出文本工具 立项时间:2020 目录:./Toolbox/Export ### 02、分辨率计算工具 立项时间:2020.8.14 目录:./Toolbox/PPI ### 重命名工具 立项时间:2021.3.7 目录:./Toolbox/rename ### 自动pip工具 立项时间:2021.9.24 目录:./Toolbox/autopip