Skip to content

BayLak-Egypt/qertool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Quick Exploration and Retrieval (QER) System

The QER file format is designed for efficient compression, reducing file sizes by approximately 70%. This open-source system enables quick compression, decompression, and analysis of data in .qer files.

Features

  • Efficient Compression: Compress files into .qer format with up to 70% size reduction.
  • Decompression: Extract and access data from .qer files.
  • Data Read: The tool will only support reading (and not modifying) .qer files.

How to Use

1. Compress Files into .qer Format

To compress files into a .qer archive, use the following command:

python qercompress.bin test1.jpg test2.rar test3.zip -n namefile.qer

2. Extract Files from .qer Format

To decompress and extract files from a .qer file, use:

python qertract.bin namefile.qer

3. Readonly .qer Files

To read the contents of a .qer file, use:

 python qerreadonly.bin namefile.qer

For windows by cmd

qercompress.exe test1.jpg test2.rar test3.zip -n namefile.qer
qertract.exe namefile.qer
qerreadonly.exe namefile.qer

About

Tool to compress files and make them smaller in size

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors