Skip to content

iltosec/python-file-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python File Management

Basic File Management using Python. This project is a very simple one with just a python script to automate the process of moving files to different folders by file type. This script uses os and Shutil python modules. It works according to your operating system.

Requirements

You can install the Requirements by running the command:

pip install -r requirements.txt
colorama==0.4.4

Installation and How to use?

$ git clone https://github.com/alii76tt/python-file-management
$ cd python-file-management
$ pip install -r requirements.txt
$ python main.py -t '<targetPath>'

YouTube Video

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages