- 📄 This repo features File Organising by Type of Files!.
- 📄 This repo uses Python to Organise Files so that users can care about doing stuff they want to instead of the tedious new_folder,copy,cut,paste.
- 📄 It is also a good way to not loose your files in the messy file heapes!
The installation of OrganisingFiles_by_Type is very simple :
- Open a clean Terminal
- Type :
-
pip install OrganisingFiles_by_Type
- The Installation should start and the package should be downloaded in some time.
- Type :
-
in Terminal to start organising!
organise
- png
- jpg
- jpeg
- and more coming...
- txt
- docx
- ods
- xlsx
- and more coming...
- mp4
- mov
- ogv
- and more coming...
- mp3
- wav
- and more coming...
- obj
- stl
- amf
- and more coming...
-
Optimised the core logic to improve performance
-
Removed heaps of If statements which causes performance decrease.
-
Instead Added dictionary lookup mapping which increased performance!
-
Change : If statements : ~0.2910s Dictionary : ~0.2007s
A ~31% Increase in Performance!
- This Project only uses built-in Python Standard Libraries
- They are:
- shutil
- os
- tkinter
- Zero external dependencies whuch results in a small package size (~3.6 kB)
-