python
pip install fabricate
python
from fabricate import *
python
create_file("test.txt")
python
copy_files(["file1.txt", "file2.txt"], "destination")
python
move_files("file.txt", "new_location")
python
remove_files("test.txt")
python
rename_file("old_name.txt", "new_name.txt")