Skip to content

MultiCodexz/hyperxar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperxar

Python3 Modul zum Kopieren, Komprimieren, Extrahieren und ISO-Erstellen mit Fortschrittsanzeige.

Installation

pip install git+https://github.com/deinusername/hyperxar.git


from hyperxar import copy_file, compress_zip, compress_tar, compress_7z, create_iso, extract_archive

copy_file("source.txt", "target.txt")
compress_zip("my_folder", "archive.zip")
compress_tar("my_folder", "archive.tar.gz")
compress_7z("my_folder", "archive.7z")
create_iso("my_folder", "image.iso")
extract_archive("archive.zip", "unzipped_folder")

About

hyperxar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages