OrganizeLinux
Organize seu linux - organize your linux
Organize seu linux
Uma forma rápida de separar arquivos dispersos em pastas.
formatos a serem capturados pelo script:
image = ['.png', '.jpg', '.img', '.jpeg', '.gif']
pdf = ['.pdf']
doc = ['.doc', 'docx','.odt']
txt = ['.txt']
excel = ['.xlx', '.csv', '.xlsx', '.xml']
music = ['.mp3']
video = ['.mp4', '.mv', '.mov', '.webm', '.mkv']
Como rodar - how to run?
1 - Abra o terminal, com o python3.8 ou superior instalado e execute-o:
$ python3 Main.py
OBS: confira se todos os módulos em requirements.txt estão presentes.
1 - Open the terminal, with python3.8 or higher installed and run it:
$ python3 Main.py
NOTE: check if all modules in requirements.txt are present.