File Sweeper is a simple desktop application with a graphical user interface (GUI) that helps you find and delete files on your computer.
- Scan any directory: Choose any directory on your computer, and the application will recursively scan it to find all files.
- View file details: The application displays a list of all found files, along with their full path and size in bytes.
- Select and delete: You can select one or more files from the list and delete them permanently from your system.
- Confirmation prompt: To prevent accidental deletions, the application will ask for your confirmation before deleting the selected files.
This application is built using Python's built-in tkinter library, so you do not need to install any external dependencies. All you need is a standard Python installation.
To run the application, simply execute the following command in your terminal:
python file_sweeper_app.py