This repository contains a Python script that automates the organization of directories on the desktop based on a predefined folder structure.
I started this project to solve my confusing desktop. Looking for a cleaner workspace.
This project demonstrates how automation can be integrated into daily tasks, which is a key principle of DevOps. By automating the organization of desktop files and directories, this script:
- Streamlines repetitive tasks
- Reduces manual effort
- Minimizes human errors
The Python script performs the following tasks:
β
Automatically creates directories based on a predefined structure
β
Moves selected files into the appropriate directories
β
Provides an interactive CLI for file organization
- Python π β Used for file manipulation and automation
To use this script:
- Clone this repository
git clone https://github.com/JoaoBett/Desktop-Automation-Folders.git cd Desktop-Automation-Folders