Neill-Erasmus / file-cleanup-automation

A python script to automate the cleanup of junk files on your Windows system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation

Temporary File Cleaner

A menu drivern python script to clear up junk files.

Table of Contents

Introductions

This Python script provides a quick and easy way to clean temporary files, downloads, and recycle bin on your Windows system. It helps you free up space by removing unnecessary files.

Prerequisites

  • Python 3 installed on your system

Usage

Follow these steps to use the application:

  1. Clone the repository:
    git clone https://github.com/your-username/temporary-file-cleaner.git
    
  2. Navigate to the Project Directory:
    cd temporary-file-cleaner
    
  3. Run the Script:
    python main.py
    
  4. Choose an Option from the Menu:
  • To clear temporary files, type "1".
  • To clear downloads, type "2".
  • To clear the recycle bin, type "3".
  • To exit the application, type "4".

Notes

  • Ensure you have the necessary permissions to delete files in the selected directories.
  • The script prompts for confirmation before deleting files, except for the recycle bin.

Contributing

Contributions to this project are currently not accepted.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A python script to automate the cleanup of junk files on your Windows system.

License:MIT License


Languages

Language:Python 100.0%