Skip to content

Unrar is a simple GUI application built using Python and Tkinter that allows you to extract files from RAR archives.

License

Notifications You must be signed in to change notification settings

DanielCaz/python-unrar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unrar

Unrar is a simple GUI application built using Python and Tkinter that allows you to extract files from RAR archives.

Features

  • 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.

Installation

  1. Clone the repository:
git clone https://github.com/DanielCaz/python-unrar.git
  1. Change into the unrar directory:
cd unrar
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the application:
python unrar.py

Usage

  1. Launch the Unrar application by running the unrar.py script.

  2. Click the "Select File" button to open a file dialog.

  3. Choose a RAR file from your system and click "Open".

  4. The application will extract the contents of the selected RAR file to a separate directory.

  5. A message box will appear displaying the path where the files were extracted.

About

Unrar is a simple GUI application built using Python and Tkinter that allows you to extract files from RAR archives.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages