0
I switched from web development to python. Is their a way to view python as apps and animation instead of just numbers and alpha
Is it possible to write and view it on Ur phone and if it is what app can I download (no root)
4 odpowiedzi
0
As long as it's just on your PC, after you installed it, you can import it and write your Python code with it, wherever you like, like IDLE or Pycharm or whatever.
When I tried it, I felt like it was not too different from tkinter.
How to build it into an actual app with it... you'll just have to study the online documentation on the site.
+ 1
It is possible to get a more aesthetically pleasing output using libraries such as matplotlib and many more.
Try qpython to run python files on your phone. No root access required
+ 1
HonFu I downloaded kivy but it just a luncher u can't write codes their
0
You can make Android apps with tools like www.kivy.org or www.beeware.org.
On your pc you can also use tkinter which comes with Python.