PixelPlay is a Python program that converts images from one format to another, including JPEG, PNG, BMP, and TIFF. The program can be used from the command line or through a graphical user interface (GUI). In addition, the program includes a standalone executable file for Windows users who do not have Python installed.
- Python 3.6 or higher
- Pillow
- PySimpleGUI
- Clone the repository or download the source code.
- Install the required packages by running
pip install -r requirements.txt
in the project directory.
- Download the latest release of the standalone executable file for Windows from the releases page.
- Double-click the executable file to run it.
To use the program through the GUI, run python main.pyw
or double-click the main.pyw
file. This will open the program's graphical interface, where you can select the input file, output file, and desired format using the file selection and drop-down menus. Click the "Convert" button to convert the image.
PixelPlay is released under the GNU license. See the LICENSE
file for more information.
PixelPlay was created by Kishore Sreedharan. If you have any questions or feedback, please contact Kishore at kishoresreedhar1999@gmail.com.
If you would like to contribute to PixelPlay, please open a pull request or contact Kishore at kishoresreedhar1999@gmail.com.