← cd ../work

rohith@prod:~/work$ cat copyfolder

copyfolder

A published PyPI CLI tool for moving folders — one command, no flags.

./meta
platformCLI
stackPython | PyPI
year2024
copyfolder CLI

A dead-simple command-line tool, built on Python’s os module, that moves files and folders from a source to a destination. One entry point — move — takes a source and a destination path, and it’s done. My first project published to PyPI, which taught me packaging, versioning, and shipping something other people can pip install.