Skip to content

This is a python program which splits an image input into multiple images for printing or decorating purposes

License

Notifications You must be signed in to change notification settings

darshjain/image-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Splitter

This is a python program which splits an image input into multiple images for printing or decorating purposes.
Steps to use:-

  1. Add a Photo to be split.
  2. Check the preview
  3. Click on Process and save
  4. The output folder contains the saved split set of images

This program is based on python and uses the following libraries:-
  • Tkinter
  • Pillow

Libraries installation

# For Windows
$ pip install tk
$ pip install pillow

# For linux
$ sudo apt-get install python3-tk
$ pip3 install pillow

OUTPUT->>

Default Screen


Inputs Entered


Output Successful


Saved Output


About

This is a python program which splits an image input into multiple images for printing or decorating purposes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages