# ποΈ Python File Organizer
A simple command-line tool to manage files in your system using Python. You can create, read, edit, list, and delete files easily with this interactive script.
## π Features
- π Create a new file
- βοΈ Edit an existing file (overwrite or append)
- π Read contents of a file
- π List all files in the directory
- ποΈ Delete a file
## π οΈ Prerequisites
Before running this program, follow these steps:
- Create a new folder anywhere on your system.
- Save this Python script inside that folder.
- Open your terminal or command prompt or any IDE
- Navigate to that folder using
cd
command. - You're good to go
##
- Files are created inside the folder where the Python script is located.
- Only file-level operations are supported (not directories).
- The program automatically handles basic input errors.
- This is an educational project, ideal for learning file handling in Python.