Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.91 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.91 KB

Cleanspace Organizer

Automatic File Organizing for maintaining a Clutter-Free and Focused Workspace


What is this program?

Cleanspace Organizer is an innovative program designed to help you declutter your workspace by removing unnecessary files and ensuring that only constant files are kept at all times. Say goodbye to manual file management and hello to a clutter-free and focused workspace!

Features

  • Automatic File Organization: Cleanspace Organizer takes care of file organization for you, eliminating the need for manual sorting and cleaning.
  • Decluttering Efficiency: Unnecessary files are efficiently identified and removed, allowing you to maintain a clean workspace effortlessly.
  • Constant File Preservation: Only the specified constant files are retained, ensuring important files are always present and easily accessible.
  • Customizable Configuration: Tailor the program to your specific needs by configuring the file names and directories.

Getting Started

To get started with Cleanspace Organizer, follow these steps:

  1. Clone the repository:

    git clone https://github.com/username/Cleanspace-Organizer.git
  2. Install required dependencies:

    pip install -r requirements.txt
  3. Customize the configuration file config.txt to define the constant files and target directory

  4. Run the program

    python cleanspace_organizer.py

Your Contributions

All your contributions are welcome. If you have an idea for a new feature or have found a bug, please open an issue or submit a pull request :)


Note: This project was meant to run in the background so I've saved the source file as .pyw instead of .py

Visitors