Python os Module: File Manager Mini Project

Day 27 – Python os Module | Mini Project 🚀 Today, I learned about the os module in Python, which allows interaction with the operating system. I practiced working with files and folders and built a mini File Manager project. 🔹 Key concepts covered: os.getcwd() – get current working directory os.listdir() – list files and folders os.mkdir() & os.makedirs() – create directories os.path.exists() – check file/folder existence os.path.join() – handle paths safely os.remove() – delete files 🔹 Mini Project: Built a menu-driven File Manager to create folders, create files, list directories, and delete files. This helped me understand real-world file handling and OS-level operations using Python. #Python #PythonLearning #OSModule #FileHandling #MiniProject #LearningJourney #Day27

  • No alternative text description for this image

Pop can also use for remove .

Like
Reply

To view or add a comment, sign in

Explore content categories