{"id":31299233,"url":"https://github.com/scav-enger/archivemaster","last_synced_at":"2026-05-03T01:35:56.420Z","repository":{"id":315084534,"uuid":"1058044870","full_name":"Scav-engeR/ArchiveMaster","owner":"Scav-engeR","description":"**ArchiveMaster** is a cross-platform desktop application and CLI tool that combines multiple archive files (ZIP, RAR, TAR, TGZ, TBZ2, etc.) into a single unified archive","archived":false,"fork":false,"pushed_at":"2025-09-16T14:58:07.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T16:51:59.449Z","etag":null,"topics":["application","archive","cli","combiner","cross-platform","ease-of-use","files-folders","gui","linux","mac","simple","support","toolkit","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Scav-engeR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-16T14:47:19.000Z","updated_at":"2025-09-16T15:01:28.000Z","dependencies_parsed_at":"2025-09-16T17:08:50.230Z","dependency_job_id":null,"html_url":"https://github.com/Scav-engeR/ArchiveMaster","commit_stats":null,"previous_names":["scav-enger/archivemaster"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Scav-engeR/ArchiveMaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scav-engeR%2FArchiveMaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scav-engeR%2FArchiveMaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scav-engeR%2FArchiveMaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scav-engeR%2FArchiveMaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Scav-engeR","download_url":"https://codeload.github.com/Scav-engeR/ArchiveMaster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scav-engeR%2FArchiveMaster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276837783,"owners_count":25713451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-24T02:00:09.776Z","response_time":97,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["application","archive","cli","combiner","cross-platform","ease-of-use","files-folders","gui","linux","mac","simple","support","toolkit","windows"],"created_at":"2025-09-25T00:10:48.472Z","updated_at":"2025-09-25T00:10:50.228Z","avatar_url":"https://github.com/Scav-engeR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArchiveMaster 🗃️  \n### Unified Multi-Archive Merger for ZIP, RAR, and TAR Files\n\n### [ArchiveMaster Screenshot] \u003cimg width=\"1919\" height=\"824\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b14405b5-7df1-42e9-a306-ab0e9d621d2b\" /\u003e\n\n---\n\n## 🔧 Overview\n\n**ArchiveMaster** is a cross-platform desktop application and CLI tool that combines multiple archive files (ZIP, RAR, TAR, TGZ, TBZ2, etc.) into a single unified archive — preserving directory structure, metadata, and file integrity.\n\nWhether you’re managing software releases, backup sets, or fragmented downloads, ArchiveMaster eliminates the need to manually extract and re-compress archives. It supports **multi-volume RAR** files automatically and offers both **graphical and command-line interfaces**.\n\n\u003e ✅ **No more manual extraction → re-zipping workflows!**\n\n---\n\n## ✨ Features\n\n| Feature | Description |\n|--------|-------------|\n| **Multi-format Support** | ZIP, RAR, TAR, TAR.GZ, TAR.BZ2, TGZ, TBZ2 |\n| **Auto-Detect Multi-Volume RAR** | Only need to select `.part1.rar` — all other volumes found automatically |\n| **Compression Control** | Choose output format (ZIP/TAR) + compression level (1–9) and type (Deflate/Gzip/Bzip2) |\n| **GUI \u0026 CLI Modes** | Intuitive GUI for users + powerful CLI for automation |\n| **Progress Tracking** | Real-time progress bar, file count, and elapsed time |\n| **Log System** | Full operation log with timestamps — exportable to file |\n| **Cancel \u0026 Resume Safe** | Graceful cancellation during processing |\n| **Unicode Filename Support** | Handles non-ASCII filenames across platforms |\n| **Cross-Platform** | Works on Windows, macOS, Linux |\n\n---\n\n## 🚀 Installation\n\n### Prerequisites\n- Python 3.8+\n- `unrar` (for RAR support on Linux/macOS)\n\n#### On Ubuntu/Debian:\nbash\nsudo apt update \u0026\u0026 sudo apt install unrar python3-pip\n\n### On macOS:\n\nbrew install unrar\nOn Windows:\nDownload and install WinRAR — it includes unrar.exe which is auto-detected.\n\nInstall Dependencies\n\npip install rarfile\n💡 rarfile uses unrar under the hood — ensure it's in your system PATH.\n\n### 🖥️ Usage\nOption 1: Graphical Interface (Recommended for most users)\n\npython3 archivemaster.py\nThen:\n\n- Click “Add Files” and select your archives.\n- Select output format: ZIP, TAR, TAR.GZ, or TAR.BZ2\n- Adjust compression level (1–9)\n- Click “Merge Archives”\n- Choose output location → Done!\n⚠️ For multi-volume RAR archives, only select the first file (filename.part1.rar). All others are auto-detected.\n\nOption 2: Command Line Interface (CLI)\n\npython3 archivemaster.py input1.zip input2.rar input3.tar -o combined.zip --verbose\nCLI Options:\n\nusage: archivemaster.py [-h] [-o OUTPUT] [-f FORMAT] [-c COMPRESSION] [-l LEVEL] [--verbose] inputs [inputs ...]\n\nArchiveMaster - Combine multiple archive files\n\npositional arguments:\n  inputs                Input archive files (.zip, .rar, .tar, etc.)\n\noptions:\n  -h, --help            show this help message and exit\n  -o OUTPUT, --output OUTPUT\n                        Output archive file path (required)\n  -f FORMAT, --format FORMAT\n                        Output format (zip, tar, tar.gz, tar.bz2) default: zip\n  -c COMPRESSION, --compression COMPRESSION\n                        Compression type (deflate, gzip, bzip2) default: deflate\n  -l LEVEL, --level LEVEL\n                        Compression level (1-9) default: 6\n  --verbose             Enable verbose logging\nExample:\n\n# Merge multiple archives into a high-compression TAR.GZ\npython3 archivemaster.py data.zip logs.rar backup.tar -o final_backup.tar.gz -f tar.gz -c gzip -l 9 --verbose\n\n# Merge RAR volume set (only specify part1!)\npython3 archivemaster.py project.part1.rar -o project_complete.zip\n\n🛠 Technical Notes\nBuilt with Python 3.8+ and tkinter (no external GUI frameworks).\nUses native libraries: zipfile, tarfile, rarfile.\nNo external binaries required beyond unrar (for RAR extraction).\nThread-safe with progress reporting.\nMemory-efficient: extracts to temporary directory only; no full archive loading into RAM.\n\n🧪 Development \u0026 Testing\nRun Tests (Manual)\n\n# Create test archives\nmkdir test_archive \u0026\u0026 cd test_archive\ntouch file1.txt file2.txt\nzip test1.zip file1.txt\nzip test2.zip file2.txt\nrar a test3.rar file1.txt file2.txt\n\n# Merge them\ncd ..\npython3 archivemaster.py test_archive/test1.zip test_archive/test2.zip test_archive/test3.rar -o merged.zip\nBuild Executable (Windows/macOS/Linux)\nInstall PyInstaller:\n\n\npip install pyinstaller\nBuild standalone binary:\n\n\npyinstaller --onefile --windowed --name ArchiveMaster archivemaster.py\nOutput will be in dist/ArchiveMaster\n\n🤝 Contributing\nContributions are welcome! Please open an issue or submit a pull request for:\n\nNew format support (e.g., 7z, ISO)\nDark mode UI\nBatch processing from folders\nDrag-and-drop file input\nDockerized version\n\nStar this repo if you find it useful! ⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscav-enger%2Farchivemaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscav-enger%2Farchivemaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscav-enger%2Farchivemaster/lists"}