-
Notifications
You must be signed in to change notification settings - Fork 468
Big additions #2284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 on this one. Especially something like a clipboard manager with previous entries might come in handy and save some time! |
I think it would be better to expand the NumWorks turtle module rather than expanding the kandinsky module since turtle is standard in Python for other platforms, and it would be useful to port programs back and forth and also the knowledge would be useful for more platforms. Polygons and circles can be filled and have different border color in the standard turtle module. Examples: https://www.naukri.com/code360/library/color-filled-shapes-in-turtle |
also adding inputs for kandinsky( draw_input(x,y,w,h,col,bgcol,placeholder) |
Turtle is slow... which is bad. |
Add is toggled to ion for shift and alpha, allow me to use the alpha key nd the shift (not using input, on running script) and a get value if not imput from Kandinsky (like if i had an imput, but non imput, so i can have a rectangle and for any key i press i can add text, also, add draw circle and draw line to kandinsky |
The text was updated successfully, but these errors were encountered: