Skip to content

misbahfhm/JPG_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPG_Converter

A simple image converter using Kivy and Python

Installation

git clone https://github.com/misbahfhm/JPG_Converter.git
  1. Copy JPG_Converter/img_to_jpg-0.1-armeabi-v7a-debug.apk to your android device
  2. Install it with your android device

Usage

There are 2 ways to run this

Run on PC with Python IDE

cd JPG_Converter
pip install -r requirements.txt
  1. Open main.py with your code editor
  2. Delete or comment (#) on line 8 and line 22
  3. Run the code with your IDE

Run on Android

  1. Open the app that has been installed before
  2. Allow permission to access storage
  3. You won't see anything there except the button. Now, Back to home, then re-open the app
  4. Choose your image that want to be converted to .jpg
  5. Click on "Convert to JPG" Button
  6. The output file will appear in same directory with your original image, but it has "_converted" addition

References

https://kivy.org/

About

A simple image converter using Kivy and Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published