Skip to content

File Cleaner is a Python program that helps you delete unnecessary files with a specified file extension like ".png" in a directory and its subdirectories.

License

Notifications You must be signed in to change notification settings

MegaFocusDev/FileCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Cleaner

File Cleaner is a Python program that helps you to delete all of the unnecessary files with a specified file extension like .png in a directory. With it, you can also delete the same type of files in subdirectories of the chosen directory, so you can quickly and easily clear up space and get rid of the unnecessary files on your hard drive.

Examples of use purposes

Here are some examples of how you could use File Cleaner:

  • Cleaning up old log files, cache files, or other temporary files that are no longer needed.
  • Deleting all files with a specific file extension type like .meta when you don’t need files with that file extension type.
  • Removing files from a directory that was created by a specific program or installation, such as a game or application.

How to Use

To use File Cleaner, follow these steps:

  1. Clone the Git repository to your local machine.
  2. Copy and paste the FileCleaner.py file into the directory where you want to run it and open it with Python.
  3. Select the file extension you want to delete and choose whether you want to clear only the directory that you run the program on or its subdirectories.
  4. Confirm that you want to start cleaning.

That’s it! You can now use File Cleaner to clean up your unnecessary files and free up valuable disk space.

License

This program is licensed under the MIT License. This means that you are free to use, modify, and distribute the code as long as you include the appropriate license and credit to the original source.

Contributing

If you would like to contribute to the program, you are welcome to submit a pull request with your changes. Please note that all contributions are subject to the same MIT license as the original program.

About

File Cleaner is a Python program that helps you delete unnecessary files with a specified file extension like ".png" in a directory and its subdirectories.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages