Description: A Python script used to organise files, especially in the "Downloads" folder
- Programmer: ammaar0x01
- Started: 14.04.24
- Updated: 12.12.24
- Status: COMPLETED
- This is a simple Python script used to organise files in a folder
- Run the script in a folder (directory) that you want to organise
Py_File_organiser/
|── controlled_env/
│ ├── (random files...)
└── .gitignore
└── Organise.py
└── README.md
- Python installed
- Download the zipped folder
- Use the following git command
git clone https://github.com/ammaar0x01/Py_file_organiser.git
- Navigate to the "controlled_env" directory
- Open your terminal
- Run the python script
py Organise.py - The files should be organised in specific folders
- Navigate to the folder that you want to organise
- Copy and paste "Organise.py" to that folder
- Run the python script
py Organise.py
-
Fork the repository
-
Create a new feature branch
git branch <branch name>
git checkout -b feature-name
- Commit your changes
git commit -m "Add new feature"
- Push your branch
git push origin feature-name- Open a pull request