Simplify file management with this Python script that organizes files based on their extensions. The program scans the current directory, identifies files with specific extensions (e.g., .txt, .pdf, .docx, .png), and moves them into corresponding directories. Developed using Python's os module, it demonstrates effective file handling and directory manipulation.