Welcome to the File Explorer repository! This project allows you to manage files and folders on your computer easily. With a user-friendly interface built using Python and Tkinter, you can create, rename, delete files and folders, and even work with ZIP and RAR files. Plus, you can change the theme of the application through the menu or context menu.
- File Management: List, create, rename, and delete files and folders.
- Archive Support: Work with ZIP and RAR files seamlessly.
- Theme Customization: Change the application's theme easily.
- User-Friendly Interface: Built with Tkinter for a simple and effective user experience.
- Context Menu Support: Access features quickly with right-click options.
- Search Functionality: Find files and folders quickly.
To get started with File Explorer, follow these steps:
-
Clone the Repository:
Open your terminal and run the following command:git clone https://github.com/Lokayel/File_Explorer.git
-
Navigate to the Directory:
Change to the project directory:cd File_Explorer
-
Install Required Packages:
Use pip to install the necessary packages:pip install -r requirements.txt
-
Run the Application:
Launch the application by executing:python main.py
For the latest version, you can download the executable from the Releases section.
Once you have installed the application, you can start using it right away. Here’s how:
- Open the Application: Double-click the
main.py
file or the executable you downloaded. - File and Folder Management: Use the left panel to navigate through your computer's directories. Right-click to create, rename, or delete files and folders.
- Working with ZIP and RAR Files: Simply right-click on a ZIP or RAR file to extract or compress files.
- Changing Themes: Go to the menu bar and select the theme option to change the appearance of the application.
- Search Feature: Use the search bar at the top to find specific files or folders quickly.
We welcome contributions! If you want to help improve File Explorer, please follow these steps:
- Fork the Repository: Click the fork button at the top right of the repository page.
- Create a Branch: Create a new branch for your feature or fix:
git checkout -b feature/YourFeature
- Make Your Changes: Edit the files as needed.
- Commit Your Changes: Commit your changes with a descriptive message:
git commit -m "Add your message here"
- Push to Your Branch: Push your changes to your forked repository:
git push origin feature/YourFeature
- Create a Pull Request: Go to the original repository and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or feedback, please reach out to the repository owner:
- GitHub: Lokayel
- Email: lokayel@example.com
Thank you for checking out File Explorer! For the latest updates and releases, visit the Releases section. Happy exploring!