Have you ever opened your desktop only to find it covered in screenshots, photos, and PDFs, leaving you unable to find the file you need? Even if you think, "I'll organize it later," you tend to just ...
现在我的 CLI 工具基本上都用 click 了,不是说 argparse 不好,它其实是标准库,不需要额外安装,但 click 在用户体验上确实更胜一筹。 昨天帮朋友写了个批量重命名文件的小工具,本身功能很简单,就是把一个文件夹里的文件按顺序加上编号前缀,需求听起来很 ...