Images to pdf for assignment submission
To execute: run.py
Note: While selecting multiple file choosing one at a time is suggested.
In order to rotate the image just click on the image you want to rotate shown inside the application window
- Python
- Pillow ->
pip install pillow
Or, pip install -r requirements.txt
- Note: Update Pip
python -m pip install --upgrade pip
Note: Virtual Environment must be installed.
Windows:
py -m pip install --user virtualenv
Linux
python3 -m pip install --user virtualenv\
After running the program, pdf folder is made on which pdf files are saved in number i.e. 1.pdf, 2.pdf, 3.pdf, etc.
Tkinter might not be installed by default so we have to install it manually.
sudo apt-get install python-tk
sudo apt-get install python-imaging python-pil.imagetk
sudo apt-get install python3-tk
sudo apt-get install python3-pil python3-pil.imagetk
sudo pacman -S python-pillow
It will install the package and you can use it: from PIL import ImageTk