This GUI application is designed to facilitate the extraction of files from RAR archives based on user-defined criteria. It provides a user-friendly interface with two tabs: one for displaying the list of RAR files in a selected directory, and another for configuring extraction options.
- Work on Windows, Linux and MacOS systems.
- Extracts files from RAR archives based on the user-defined criteria.
This app use rarfile library for RAR file handling. So make sure you have installed the RAR external tool.
Windows users must add WinRAR to the PATH environment variable.
(For example, add C:\Program Files\WinRAR\
to the PATH environment variable.)
-
Clone the repository:
git clone https://github.com/kobzarchekg/parfile.git
-
Use poetry:
poetry install poetry run App
-
Use pip:
python -m venv .venv source .venv/bin/activate pip install -r requirements.txt python parfile/app.py
4.Use binnary app Releases
- Alex Kobzar
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any bugs or have suggestions for improvements, please feel free to open an issue here.