https://github.com/lokayel/file_explorer
The File Explorer will list the available file and folders within your computer, allowing you to Create, Rename and Delete file and folder and work with ZIP and RAR files and Change Theme of Application through the Menu or Context menu.
https://github.com/lokayel/file_explorer
android context-menu editor file-launcher fileexplorer lua nilesoft-shell obsidian-md php right-click shell-extension terminal uwp vim
Last synced: 6 months ago
JSON representation
The File Explorer will list the available file and folders within your computer, allowing you to Create, Rename and Delete file and folder and work with ZIP and RAR files and Change Theme of Application through the Menu or Context menu.
- Host: GitHub
- URL: https://github.com/lokayel/file_explorer
- Owner: Lokayel
- Created: 2025-04-06T16:29:27.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-04-09T21:44:22.000Z (6 months ago)
- Last Synced: 2025-04-09T21:56:47.378Z (6 months ago)
- Topics: android, context-menu, editor, file-launcher, fileexplorer, lua, nilesoft-shell, obsidian-md, php, right-click, shell-extension, terminal, uwp, vim
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📁 File Explorer: Your Simple File Management Tool

[](https://github.com/Lokayel/File_Explorer/releases)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.
## Table of Contents
1. [Features](#features)
2. [Installation](#installation)
3. [Usage](#usage)
4. [Contributing](#contributing)
5. [License](#license)
6. [Contact](#contact)## Features
- **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.
## InstallationTo get started with File Explorer, follow these steps:
1. **Clone the Repository**:
Open your terminal and run the following command:
```bash
git clone https://github.com/Lokayel/File_Explorer.git
```2. **Navigate to the Directory**:
Change to the project directory:
```bash
cd File_Explorer
```3. **Install Required Packages**:
Use pip to install the necessary packages:
```bash
pip install -r requirements.txt
```4. **Run the Application**:
Launch the application by executing:
```bash
python main.py
```For the latest version, you can download the executable from the [Releases section](https://github.com/Lokayel/File_Explorer/releases).
## Usage
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.## Contributing
We welcome contributions! If you want to help improve File Explorer, please follow these steps:
1. **Fork the Repository**: Click the fork button at the top right of the repository page.
2. **Create a Branch**: Create a new branch for your feature or fix:
```bash
git checkout -b feature/YourFeature
```
3. **Make Your Changes**: Edit the files as needed.
4. **Commit Your Changes**: Commit your changes with a descriptive message:
```bash
git commit -m "Add your message here"
```
5. **Push to Your Branch**: Push your changes to your forked repository:
```bash
git push origin feature/YourFeature
```
6. **Create a Pull Request**: Go to the original repository and create a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For questions or feedback, please reach out to the repository owner:
- **GitHub**: [Lokayel](https://github.com/Lokayel)
- **Email**: lokayel@example.com---
Thank you for checking out File Explorer! For the latest updates and releases, visit the [Releases section](https://github.com/Lokayel/File_Explorer/releases). Happy exploring!