Unrar is a simple GUI application built using Python and Tkinter that allows you to extract files from RAR archives.
- Select a RAR file from your system.
- Extract the contents of the selected RAR file to a separate directory.
- Supports both single and multiple file extraction.
- Provides a user-friendly interface for easy file selection and extraction.
- Clone the repository:
git clone https://github.com/DanielCaz/python-unrar.git
- Change into the
unrar
directory:
cd unrar
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python unrar.py
-
Launch the Unrar application by running the
unrar.py
script. -
Click the "Select File" button to open a file dialog.
-
Choose a RAR file from your system and click "Open".
-
The application will extract the contents of the selected RAR file to a separate directory.
-
A message box will appear displaying the path where the files were extracted.