This simple file manager for Linux, written in Python, is designed to sort various type of files, including audio (.mp3, .wav), image (.png, .jpg), text (.txt), and more in their respective directories. It can be configured for any type of file format.
- Navigating in PyCharm;
- Working with directory paths;
- Moving files to directories using Python;
- Working with both 'os' and 'shutil' libraries;
- Deleting files in Python;
- Whitelisting a file format which is supposed to be moved to a directory.
- PyCharm Community Edition (Linux version)
- Python
- Empty location (only directories present)
- Creating different file formats
- Running the script
- Showing the moved files into their respective directories.



