File Organizing with Python: Rename, Move, Copy & Delete Files and Folders

  Рет қаралды 65,677

Patrick Loeber

Patrick Loeber

Күн бұрын

Automate File Organization in Python: Learn how to Rename, Move, Copy & Delete Files and Folders.
Code: github.com/pat...
Cron Job Tutorial: • How To Schedule Python...
Get my Free NumPy Handbook:
www.python-eng...
✅ Write cleaner code with Sourcery, instant refactoring suggestions in VS Code & PyCharm: sourcery.ai/?u... *
⭐ Join Our Discord : / discord
📓 ML Notebooks available on Patreon:
/ patrickloeber
If you enjoyed this video, please subscribe to the channel:
▶️ : / @patloeber
~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
🖥️ Website: www.python-eng...
🐦 Twitter - / patloeber
✉️ Newsletter - www.python-eng...
📸 Instagram - / patloeber
🦾 Discord: / discord
▶️ Subscribe: / @patloeber
~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
🅿 Patreon - / patrickloeber
#python
Folder icons created by Freepik - Flaticon: www.flaticon.c...
----------------------------------------------------------------------------------------------------------
This is an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏

Пікірлер: 41
@TheSuperUser
@TheSuperUser 2 жыл бұрын
Great video on how to use Python for day to day tasks. Thank you. Please make more of these types of "system admin" videos.👍
@lumberapple8820
@lumberapple8820 7 ай бұрын
Rename 0:00 Move 6:48 Copy: 8:43 Delete 9:28
@cimplyllc
@cimplyllc Жыл бұрын
Very nice tutorial. Thank you for making it. The final cleanup script is a good way to close out the video.
@SatishSingh-cp3wo
@SatishSingh-cp3wo 2 жыл бұрын
wish u had made this video 6 months ago. i have already figured out all this but it took me a lot of digging.
@oddzhang
@oddzhang 2 жыл бұрын
it's great.previous time I have used os module to deal with my video files, such as rename,move,etc.but my code was too tricky to read and not easy to rebuild.this video inspire me to modify my code!
@shasvat0
@shasvat0 Жыл бұрын
why change it if it worked
@duduza1
@duduza1 Жыл бұрын
@@shasvat0 XD
@Knight8365
@Knight8365 2 жыл бұрын
Thank you and more like this please! I've just been trying to implement a recursive folder search, remove or rename in Bash and it had me tearing my hair out. It would have been much simpler in Python.
@Max90662
@Max90662 Жыл бұрын
Dieses Toturial ist total klasse, vielen Dank
@hadadwasiim8248
@hadadwasiim8248 2 жыл бұрын
Nice video. This helped me a lot in renaming and moving files and also to add exceptions if file can`t be moved and renamed. :)
@RRDGamer
@RRDGamer 2 жыл бұрын
Thank you so much for this simple tutorial
@bachphan1160
@bachphan1160 Жыл бұрын
very nice and useful, your tutorial is so simple ! thank you. Loved it
@sheikhakbar2067
@sheikhakbar2067 2 жыл бұрын
Liked; already a subscriber; and saved to my python useful tips and tricks playlist!
@dhirajp4677
@dhirajp4677 2 жыл бұрын
Thank you Patrick..it was very informative..hoping to see a Playlist of file handling videos..
@bachirgab3084
@bachirgab3084 Жыл бұрын
thanks for this lessons
@minanabil1035
@minanabil1035 2 жыл бұрын
WOW new for me. thanks for the video
@abdellahelguermez3786
@abdellahelguermez3786 2 жыл бұрын
Thank u 🙏🏻
@VinodKRamachandra
@VinodKRamachandra 2 жыл бұрын
Very nice tutorial. Thank you
@patloeber
@patloeber 2 жыл бұрын
Glad it was helpful!
@VRchitecture
@VRchitecture 2 жыл бұрын
It’s better to convert your file’s extension to lower case before type checking, since there could be MP4 and mp4 on desktop
@paulorosado6888
@paulorosado6888 Жыл бұрын
Thanks, bro
@kk5592
@kk5592 2 жыл бұрын
which IDE do you use?
@octaviandatcu8677
@octaviandatcu8677 2 жыл бұрын
Visual Studio Code it seems.
@ivarc256
@ivarc256 2 жыл бұрын
Haaa, beautiful. thank you
@niteshnunia8293
@niteshnunia8293 2 жыл бұрын
Thanks really useful.
@blackmane1999
@blackmane1999 2 жыл бұрын
Could u please do a video on ONVIF for python? Thatd be a great help!
@anirbanc88
@anirbanc88 2 жыл бұрын
its awesome!
@jigarhathiyani
@jigarhathiyani 2 жыл бұрын
Thank you for the tutorial Can you please help me with this - how to copy specifiy list of files from one folder to another (if we dont have complete name of the file)
@aa-bz6el
@aa-bz6el 12 күн бұрын
How to rename with different name for duplicate file?
@serychristianrenaud
@serychristianrenaud 2 жыл бұрын
Thank ... 👏
@Kaviranghari
@Kaviranghari 8 ай бұрын
How can i copy an image to my clipboard using python
@gabrielalmeida6085
@gabrielalmeida6085 2 жыл бұрын
What is your macbook model?
@ListeningTheWind
@ListeningTheWind 8 ай бұрын
which theme is this?
@toyomade
@toyomade Жыл бұрын
How would this handle a window’s indexing error? While using an unlocked Veracrypt container, power was lost. It’s not repairable and the files are still there and can be opened but when trying to copy them off, an error gets generated after every single one requiring a click. While using native copy/paste functions in Windows. This wouldn’t be so bad if this was a handful of files, or even a few hundred, I could make an afternoon out of it and just get it done. However, we’re talking thousands of files here. Basically photos of my kids entire childhoods. I really don’t want to lose them but it’s incredibly annoying to manually pull them off. And I no longer use Veracrypt unless I have battery backup
@bayuganspride
@bayuganspride 2 жыл бұрын
kewl
@ivarc256
@ivarc256 2 жыл бұрын
Ok! wish you make one for an.ordering. system.. thanks
@economicblast
@economicblast Жыл бұрын
it's saying name isn't identified. idk how you ran the code without identifying the name
@__________________________6910
@__________________________6910 2 жыл бұрын
Noice 😃
@ericbroun4657
@ericbroun4657 2 жыл бұрын
❤❤❤❤❤
@kvelez
@kvelez Жыл бұрын
import os print("FileName || Extension") for file in os.listdir(): name, ext = os.path.splitext(file) name_split = name.split('-') ext_split = ext.split('-') print(f"{name_split}{ext_split}") ============================== import os print("FileName || Extension") for file in os.listdir(): name, ext = os.path.splitext(file) splitted = name.split("-") splitted = [s.strip() for s in splitted] new_name = f"{splitted[0]}{ext}" print(new_name)
@umeleumab.marcus8497
@umeleumab.marcus8497 2 жыл бұрын
Poor color choice, difficult to read at first instance.
Start Automating Your Life Using Python! (File Management with Python Tutorial)
13:07
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 826 М.
Rename Files and Folder using Python | OS Module
10:18
Biswajit Basak
Рет қаралды 1,2 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,7 МЛН
Python dataclasses will save you HOURS, also featuring attrs
8:50
Build ANYTHING With AI Agents For FREE! (DeepSeek-R1 Beats ChatGPT)
21:43
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,3 МЛН
11 Tips And Tricks To Write Better Python Code
11:00
Patrick Loeber
Рет қаралды 627 М.
LangChain Crash Course - Build apps with language models
15:19
Patrick Loeber
Рет қаралды 130 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН