Tkinter Image Editing Tool tutorial - Python GUI Project for beginners [Tkinter, Pillow]

  Рет қаралды 13,694

Code First with Hala

Code First with Hala

Күн бұрын

Пікірлер: 33
@joeneoj
@joeneoj 6 ай бұрын
This tutorial is perfect for beginners who wants to know what every line does or means. Thank you very much, you are a good teacher!
@mikebuck6750
@mikebuck6750 Жыл бұрын
I don't usually comment, but your explanation of the code was really good and i as a non programmer understood.
@Reis-xh9uj
@Reis-xh9uj 4 ай бұрын
Tip: Want to give an update on this project? Change tkinter to customtkinter. I'm doing it here and it's looking cool. congratulations on the project
@BillyT83
@BillyT83 Жыл бұрын
Enjoyable video with clear explanations!😀
@codefirstwithhala
@codefirstwithhala Жыл бұрын
Glad you liked it! Thanks for watching 😊
@bleedproc
@bleedproc 11 ай бұрын
thanks a lot.... your clear explanation really helped me in my presentation on pillow and tkinter where i used this project as an example. wish you all the best
@lphlolfr
@lphlolfr Жыл бұрын
Nice video ! It would be cool to be able to add a text box like in paint or powerpoint with the mouse to add text on the image. If we can find this in an old video or if you have references / code examples I'm interested!
@SarveRadhaNaam
@SarveRadhaNaam Жыл бұрын
when someone use MS Paint, you know things are about to get interesting.
@Chahath-kj7nz
@Chahath-kj7nz 6 ай бұрын
How can i save the edited image and also can u pls tell me how to add "undo" and " redo" buttons for the editing with pen
@Xplouding
@Xplouding Жыл бұрын
Hello, good video!! I have a question: why, if the first "Import" already brings the entire TKinter library, below you import "Filedialog", "ColorChooser" and "ttk"? Aren't they really already imported in the first "Import"? Or do we only import a chunk of the library, in that first line?
@geee7672
@geee7672 6 ай бұрын
....can I get an option/button to include that in a CMYK image I want the K to go into cyan or vice-versa. Or get the K completely out? But the system or application maintains and calculates that the image quality and output does not change from the original?
@Macude17
@Macude17 Жыл бұрын
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' help when i add photo it doesnt show up please help I'm losing my mind because we are just new then they give us a project like thesis 1st year
@saivardhanreddypasham
@saivardhanreddypasham Жыл бұрын
same problem to me have you got the solution
@Macude17
@Macude17 Жыл бұрын
@@saivardhanreddypasham havent yet bro
@DeepRockLabs
@DeepRockLabs Жыл бұрын
ANTIALIAS was removed in Pillow 10.0.0 (after being deprecated through many previous versions). Now you need to use PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS. Good Luck!
@victoraguiar860
@victoraguiar860 Жыл бұрын
Great tutorial. Keep it up!
@codefirstwithhala
@codefirstwithhala Жыл бұрын
Thank you! More on the way.
@saivardhanreddypasham
@saivardhanreddypasham Жыл бұрын
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' help when i add photo it doesnt show up please explain how to do solve the problem
@charmedcaster15
@charmedcaster15 Жыл бұрын
yes me too i want a solution please@@saivardhanreddypasham if you found one tell me
@MrPennywise1540
@MrPennywise1540 Жыл бұрын
GREAT EXPLANATION!!! I enjoyed a lot and it work for me perfectly. Congratulations, you are a good teacher ☺👍
@rodelioliwag7627
@rodelioliwag7627 Жыл бұрын
This is very good Hala, thank you
@PrallabRoy
@PrallabRoy Жыл бұрын
Plz add a image save button ?
@johnylanckriet3377
@johnylanckriet3377 11 ай бұрын
Hello, excellent videos and explanations. But after editing the image in the canvas, how can I save that edited image now?
@datastream3331
@datastream3331 8 ай бұрын
Add this function into your code: def save_img(canvas, filename): eps_filename = f'{filename}.eps' canvas.postscript(file=eps_filename) canvas_img = Image.open(eps_filename) canvas_img.save(f'{filename}.png, 'png') os.remove(eps_filename) Now add the save button: button = Tk.Button(master=frame, text='Save Image', command=lambda: save_img(canvas, 'my_filename'))
@abhishekkuber3290
@abhishekkuber3290 Жыл бұрын
how to save the image with drawings on it
@rupalivarnale7736
@rupalivarnale7736 Жыл бұрын
How add crop fuction
@AiRuiz
@AiRuiz 7 ай бұрын
Good answer to this problem, (image = image.resize((width, height), Image.ANTIALIAS)) answer (image = image.resize((width, height), Image.LANCZOS). Thanks for this tutorial, I did it very well until the end. Ask how I can make the pen have a sprite effect. or a spilled paint effect thanks.
@TalesOfHeilotia
@TalesOfHeilotia Жыл бұрын
Great content
@ibenuel
@ibenuel 7 ай бұрын
Good video... Learnt a lot but do best to explain well not just talking
@pradyumnrawat2722
@pradyumnrawat2722 Жыл бұрын
Hi you are amazing
@ЕгорАстафьев-г3х
@ЕгорАстафьев-г3х Жыл бұрын
Спасибо!!!
@vivek_itz
@vivek_itz Жыл бұрын
"kindly add save button in this also for saving that image" 🙏🙏🙏
@chrispieczora7049
@chrispieczora7049 11 ай бұрын
Received Error : AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS Tried PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS. no luck, any help would be great, thanks
Modern GUI with Python - Tkinter Modern Desktop App [For Beginners]
17:34
Code First with Hala
Рет қаралды 64 М.
Make Tkinter Look 10x Better in 5 Minutes (CustomTkinter)
4:40
TurbineThree
Рет қаралды 372 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Рет қаралды 562 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
Make Tkinter Look Good in Under 3 Minutes.
2:15
Xavi Ch.
Рет қаралды 2,4 М.
programming projects that taught me how to code
9:49
isak
Рет қаралды 316 М.
Python GUI Development With PySimpleGUI
15:15
Real Python
Рет қаралды 1 МЛН
How to  Add image in #Python
5:30
ProgammingCs
Рет қаралды 110 М.
Make Modern Python Dashboards With Tkinter & Matplotlib!
15:54
TurbineThree
Рет қаралды 122 М.
I Made 200 Python Projects...Here Are My 5 FAVORITES
11:23
Tech With Tim
Рет қаралды 165 М.
Modern GUI Design With Tkinter - Python Tkinter GUI Tutorial 219
8:52
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН