Skip to main content

this is a file tool for python

Project description

Witchy

This is a python library for file processing which allow you to modify files in a simple way. Also, it provide some function that allow you to convert the format of the file or doing compression on it.

Install

pip install witchy

Attention: make sure you have installed the FFmpeg and correctly set the path of your local environment.

Usage

basic function

from witchy import File # load the library

file = File("path/to/your/file") # create a File object

print(file) # show the information of the file

create_time = file("ctime") # get the attribute of the file

file["ctime"] = "2020-01-01 00:00:00" # modify the attribute of the file

file.append(b'\x00\x00\x00\x00') # append data to the file

file.save("path/your/file") # save the modified file

convert function

from witchy import File

file = File("yourpic.jpg")

file.convert("path/output.png","PNG") # convert jpg to png format

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

witchy-0.0.2.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

witchy-0.0.2-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page