Answer the question
In order to leave comments, you need to log in
Transparent window when running python script using kivy?
I'm using python 3.7 and have kivy installed. After running the script transparent screen. At first I thought that it was possible because of PyCharm, but I also ran it simply through the command line, the result is the same.
Script I'm testing:
from kivy.app import App
from kivy.uix.button import Button
class MyApp(App):
def build(self):
return Button(text="Hello world")
MyApp().run()
Answer the question
In order to leave comments, you need to log in
Try reinstalling kivy following the instructions on their website.
https://kivy.org/doc/stable/installation/installat...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question