8000 GitHub - ancym0n/FileManager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ancym0n/FileManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

FileManager

Really simple file manager designed for quick file renaming and deleting
Rename, create and delete files in no time!

Installation

  1. Download main.py
  2. Download Python
  3. Open main.py

How to use

Find the directory that you want to commit changes to (ex. C:\Users\user\Downloads\files)

=================================================
|                  FileManager                  |
|                    ancymon                    |
=================================================

Path: C:\Users\user\Downloads\files

Confirming chosen directory

=================================================
|                  FileManager                  |
|                    ancymon                    |
=================================================

Path: C:\Users\user\Downloads\files 
C:\Users\user\Downloads\files
  100percent-not-a-virus.exe
  normal-text-file.txt
  why
72EA
-are-you-even-reading-the-file-names.txt
Is this the right path? [y/n] y

Choosing mode

=================================================
|                  FileManager                  |
|                    ancymon                    |
=================================================

Path: C:\Users\user\Downloads\files
Select mode:
   1. Add prefix to every file
   > 'file.txt', 'secondfile.exe' => 'prefix_file.txt', 'prefix_secondfile.txt'

   2. Rename all files
   > 'file.txt', 'secondfile.exe' => 'input1.txt','input2.exe'

   3. Change specified text in filename
   > 'file.txt', 'secondfile.exe' => 'fchange.txt','secondfchange.exe'

   4. Delete all files from directory
   > 'file.txt', 'secondfile.exe' => '', ''

   5. Fileflood
   > '', '' => 'file1.flood.txt', 'file2.flood.txt'
Mode:

Mode 1

=================================================
|                  FileManager                  |
|                    ancymon                    |
=================================================

Path: C:\Users\user\Downloads\files
Select mode: 1
Select prefix: myprefix_ 

Mode 2

=================================================
|                  FileManager                  |
|                    ancymon                    |
=================================================

Path: C:\Users\user\Downloads\files
Select mode: 2
Select new file name: file

Mode 3

=================================================
|                  FileManager                  |
|                    ancymon                    |
=================================================

Path: C:\Users\user\Downloads\files
Select mode: 3
From: IMG  
To: Video

Mode 4

=================================================
|                  FileManager                  |
|                    ancymon                    |
=================================================

Path: C:\Users\user\Downloads\files
Select mode: 3
Are you sure? This proccess will delete all of the files in 'C:\Users\user\Downloads\files' [y/n] y

Mode 5

=================================================
|                  FileManager                  |
|                    ancymon                    |
=================================================

Path: C:\Users\user\Downloads\files
Select mode: 5
Number of files: 107

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0