Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,32 @@
<a href="#">
<img src="https://raw.githubusercontent.com/pedromxavier/flag-badges/main/badges/TR.svg" alt="made in TR">
</a>

# RevLix (Recovery Linux) - Data Recovery Tool
RevLix is a powerful data recovery tool developed to recover deleted files on Linux systems. This program uses the PhotoRec infrastructure and provides a graphical user interface (GUI) for PhotoRec.


**Note:** Special thanks to [A. Serhet KILIÇOĞLU (Shampuan)](https://github.com/shampuan) for his significant contributions to the development and design.



<h1 align="center">RevLix Logo</h1>

<p align="center">
<img src="revlixlo.png" alt="RevLix Logo" width="150" height="150">
</p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (bug_risk): Screenshots bölümündeki eşleşmeyen

etiketleri HTML/Markdown çıktısını bozabilir.

Bu </p> etiketlerinin karşılık gelen <p> açılış etiketleri yok. Lütfen bu fazladan </p> satırlarını kaldırın ya da HTML’in iyi biçimlendirilmiş kalması ve tutarlı şekilde render edilmesi için her görseli tam bir <p>...</p> bloğuna alın.

Original comment in English

issue (bug_risk): Unmatched

tags in the Screenshots section may break HTML/Markdown rendering.

These </p> tags don’t have matching <p> openings. Please either remove the stray </p> lines or wrap each image in a full <p>...</p> block so the HTML remains well-formed and renders consistently.


# RevLix Data Recovery Tool
# RevLix - Data Recovery Tool

<div align="center">
<img src="https://raw.githubusercontent.com/pedromxavier/flag-badges/main/badges/TR.svg" alt="made in TR">
<img src="https://img.shields.io/badge/Python-3.8+-blue.svg" alt="Python Version">
<img src="https://img.shields.io/badge/Platform-Linux-green.svg" alt="Platform">
<img src="https://img.shields.io/badge/GUI-PyQt5-orange.svg" alt="GUI Framework">
<img src="https://img.shields.io/badge/License-GPL--3.0-red.svg" alt="License">
</div>

## 🔍 Overview
**RevLix** (Recovery Linux) is a comprehensive, professional-grade data recovery tool designed to recover deleted files and repair damaged storage devices. Built with a modern PyQt5 interface, it integrates multiple powerful recovery engines into a single, user-friendly application.

**RevLix** is a comprehensive, professional-grade data recovery tool designed to recover deleted files and repair damaged storage devices. Built with a modern PyQt5 interface, it integrates multiple powerful recovery engines into a single, user-friendly application.
**Note:** Special thanks to [A. Serhet KILIÇOĞLU (Shampuan)](https://github.com/shampuan) for his significant contributions to the development and design.

### ✨ Key Features
## ✨ Key Features

- **🔧 Five Recovery Modes**: PhotoRec, TestDisk, ddrescue, foremost, and S.M.A.R.T. analysis
- **🛟 Five Recovery Modes**: PhotoRec, TestDisk, ddrescue, foremost, and S.M.A.R.T. analysis
- **💾 Universal Storage Support**: HDD, SSD, USB drives, SD cards, NVMe drives
- **📁 Multi-Filesystem**: NTFS, FAT32, ext2/3/4, exFAT, HFS+, and more
- **🎯 Real-time Progress Tracking**: Live monitoring of recovery operations
- **🌐 Dual Language Support**: English and Turkish interfaces
- **🛡️ Automatic Privilege Management**: Seamless root access handling
- **📊 Advanced Reporting**: HTML/PDF export for S.M.A.R.T. analysis

## 🚀 Recovery Modes
## 🛟 Recovery Modes

### 1. 📂 Data Recovery (PhotoRec)
- **Full Disk Scan**: Comprehensive deep scanning
Expand Down Expand Up @@ -71,6 +58,20 @@ RevLix is a powerful data recovery tool developed to recover deleted files on Li
- **Detailed Reports**: HTML/PDF export options
- **Temperature Monitoring**: Real-time thermal data

## 📸 Screenshots

<div align="center">
<img src="/screenshots/1.png" alt="Data Recovery">
</p>
<img src="/screenshots/2.png" alt="Partition Recovery">
</p>
<img src="/screenshots/3.png" alt="Disk Imaging">
</p>
<img src="/screenshots/4.png" alt="Image Recovery">
</p>
<img src="/screenshots/5.png" alt="Disk Health">
</div>

## 🛠️ Installation

Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (typo): Kurulum cümlesi dilbilgisi açısından kulağa doğal gelmiyor ve daha netleştirilebilir.

Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal. ifadesi okunması zor ve "based debian" gibi İngilizce’de doğal olmayan bir kullanım içeriyor. Daha açık ve doğal bir ifade için Debian-based Linux distributions: install directly from the terminal as follows: gibi bir şey düşünebilirsiniz.

Original comment in English

suggestion (typo): Installation sentence is grammatically awkward and could be clarified.

The phrase Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal. is hard to parse and uses non-idiomatic wording like "based debian." Consider something like Debian-based Linux distributions: install directly from the terminal as follows: for clearer, more natural phrasing.

Expand Down