Skip to content

A cli tool to convert a file from one format to another.

Notifications You must be signed in to change notification settings

git-pixel22/pixelconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🟩 Supported conversions listed below

  • PNG -> JPEG (vice-versa)
  • DOCX -> PDF (vice-versa)

How To Install

git clone https://github.com/git-pixel22/pixelconvert.git
cd pixelconvert
sudo pip install .

Note: On Linux or MacOS, if you do pip install as a normal user (without sudo), the executable command-line tool should be installed to the $HOME/.local/bin directory. If you haven’t added this directory path to the system $PATH environment variable, the chance is that you cannot find the pixelconvert command. (which pixelconvert command will also return an empty string.)

Usage

pixelconvert <image-path> <format-to-convert-to>

Example

pixelconvert imageName.png jpeg
pixelconvert imageName.jpeg png

About

A cli tool to convert a file from one format to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages