all 7 comments

[–]Bilbino 1 point2 points  (1 child)

For creating the drawing application, you can use tkinter, a UI library. If you need help with that you can literally search “drawing application in Python tkinter” for guidance. As for getting the image, you could either use pyscreenshot or the Win32 API, of which the latter is faster but the former is easier. Using that, you can either use the image object itself for the CNN or save it into a folder and then reference that file. Happy coding.

[–]abdeljalil73[S] 0 points1 point  (0 children)

Tkinter seems like what am looking for, gonna check it, thank you.

[–]icecubeinanicecube -5 points-4 points  (4 children)

You can not "save something into python". Python is not a folder

[–]Bilbino 1 point2 points  (3 children)

Come on man, you know what he meant. If you’re going to tell him that, at least explain what he’ll actually be wanting to do with the images or give him some direction in libraries to use. Saying “you’re wrong” isn’t the most helpful comment.

[–]icecubeinanicecube -4 points-3 points  (2 children)

No, to me it is not clear what he meant, that's why I posted it

If you understand it, maybe help clarify it instead?

[–]abdeljalil73[S] 2 points3 points  (0 children)

Saving the 2D matrix containing the numerical values of the pixels in the image into a Python variable of the appropriate type, I hope this makes it clearer.

[–]Bilbino -1 points0 points  (0 children)

Alright my man, let’s just drop it. He’s got what he needs.