Posts by raidveneno.py • 13 points
2 posts
- 
		0 votes1 answer1312 viewsQ: How to make a software overlay desktop and fullscreen games?Hello, I would like to know the name of this technique where we let the software show something superimposing desktop and fullscreen programs and etc... Example: I created a program that displays… pythonasked raidveneno.py 13
- 
		0 votes1 answer167 viewsQ: How do I import text source files into Tkinter in Python?I want to know how I can import the source file using Tkinter, so that no source problems occur on other systems. Because if I send it to a friend, he won’t be able to see the selected source if he…