Skip to content

iliyan89/file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Linux file manager

Objective

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.

Skills Learned

  • 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.

Tools Used

  • PyCharm Community Edition (Linux version)
  • Python

Result

  1. Empty location (only directories present)

fm-1

  1. Creating different file formats

fm-2

  1. Running the script

fm-3

  1. Showing the moved files into their respective directories.

fm-4

About

Simple Python file manager for Linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages