Picture Viewer is a simple image viewer written in Python using the Tkinter library.
- View common image formats: JPEG, PNG, BMP, GIF.
- Borderless window that can be closed by pressing Escape.
- Drag and drop images to the viewer.
- Always on top functionality.
- Zoom in and out of images.
- Save images.
- Convert images to different formats.
- Settings for zoom speed and image quality.
- Python 3.x
- Tkinter (should be included with Python)
- Pillow library (
pip install pillow
)
-
Clone the repository:
git clone https://github.com/yourusername/picture-viewer.git