https://github.com/thanksduck/python22
This for my class work Assignment and Class work which i am learning as of writing this in 2022
https://github.com/thanksduck/python22
Last synced: about 1 month ago
JSON representation
This for my class work Assignment and Class work which i am learning as of writing this in 2022
- Host: GitHub
- URL: https://github.com/thanksduck/python22
- Owner: thanksduck
- Created: 2022-07-20T07:23:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T17:54:05.000Z (almost 3 years ago)
- Last Synced: 2025-05-08T21:58:26.562Z (about 1 month ago)
- Language: Python
- Size: 13.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Classes 2022
This for my class work Assignment and Class work which i am learning as of writing this in 2022
Last changed is on July 24 and this time its been arranged and new naming schemce has been followed
new changes has been made in between also
last time added is Aug 4## Project
This is a simple yet powerful image or photo editing app build with **Python** , **PIL** module for image editing and **tkinter** a python module for GUI.
### Features- Easy to use
- Can Rotate image
- Can add border in the image
- Can change image brightness
- Can change image contract
- Can Flip image
- Blur filter
## Installation
to use this project you need to clone via
```bash
git clone https://github.com/thanksduck/Python22 photo-edit
```
```bash
cd photo-edit/project/
```
install PIL and tkinter if you have not already
```bash
pip install Pillow tk
```after installing these modules the app is ready to run
```bash
python3 app.py
```
thanks to my friend for helping me with sharing panda image it is sooo cute 😌