Python - Desktop Paint App Tutorial for Beginners with TKinter - Part 2/2

preview_player
Показать описание
In this series we teach you how to create a sketchpad in Python using TKinter. In this video we create a palette using the create_rectangle method. We then attach a tag_bind to these colors so that the user can switch between them. We also create a function using the method delete('all') to clear the contents of the canvas.

TKinter color names:

GitHub Repository:

Sponsor me on GitHub!

Follow my blog:

Рекомендации по теме
Комментарии
Автор

I need to get back into tkinter, its been almost 3 years since I last used it.

DennisIvy
Автор

im beginner at tkinter so thats extrmly helpful thxx!

enzoseschi
Автор

you are great in painting in your own tkinter paint.
greAt!

parthgupta
Автор

Thank I got another way to implement my project....

amolgawali
Автор

Thank you. This was an interesting application.

glebignites
Автор

Wow, this was really really helpful! Thanks a lot....can you also please help with some other concept in this project, like, may be how would I perform an action to save (export this file as a .png or .jpeg....?) pls help,
Again props to the short and simple tutorial, Thanks!

shivajoshi
Автор

hi! can you pleas type the code on how to change the width of a line with a button. like the code on how to make a function for doing that.

mintymrith
Автор

if id want to add a save function, how would i? and a eraser?

uselessprograms
Автор

I know it's been a year but can you add a part 3 explaining how to add a save your work button and changing your pen thickness?

theman
Автор

can you make a tutorial on how to make the brush thickness and how to save?

igorlubura
Автор

This is awesome! you just earned a sub :)

adammarjanovic
Автор

Hey I know this was a year ago but how do I increase the line size using buttons?

FamineYT
Автор

Please add thikness scale in the paint app

codemaster
Автор

How can I get a documentation for this

piayt
Автор

Thanks for the great tutorials!

How would I make it so the lines are less detailed? Like I want to make big blocky lines instead. I think this might be possible by reducing the number of squares in a grid or making them larger?

paulfentress
Автор

Home to change the thiknes of the line

TheManuelpedroza
Автор

Hi can you explain that lambda function
I'm not able to understand it

BTW Thank you for the video
Hope you reply soon

kshitijparanjape
Автор

a loop for the colors should have been cleaner

Camachameleon