Skip to content

sprow-dev/fileto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

fileto

License
Your (probably not) goto file converter for tough situations.

Currently includes:

  • Any file to PNG\
  • Any file to sound

Requirements:
ftimg: Pillow and tqdm.
ftaud: Numpy, tqdm, and soundfile

How these work:

  • Reads the file into a list of individual bytes in batches of 16KiB.
  • Gets each byte as a number based on the original binary of the file (Because the list is stored in byte strings which don't have encoding.)
  • Use a specialized process for each one to turn it into a specific file format (like .wav, .ogg, or .png)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages