File Manager is a desktop application built using PyQt5 for managing files and directories. This program was developed as part of an Advanced Programming course during Spring 2018. It provides a user-friendly interface for browsing, managing, and manipulating files on your computer.
- Browse Files and Directories: Navigate through your file system easily.
- View File Information: See file properties like size, type, and modification date.
- Create, Delete, and Rename Files: Manage your files with basic operations.
- Copy and Move Files: Transfer files between directories.
- Multi-selection: Select multiple files for batch actions.
- PyQt5: For building the graphical user interface.
- Python: As the primary programming language.
- Python 3.x
- PyQt5 library
- Clone the repository:
git clone https://github.com/AliBehrouzinia/File-Manager.git