+ 1
How can I make a console application
I am using vscode to build a python app
5 Respuestas
+ 5
Just write the code, and its actually a console application.. I mean, whatever you write as a basic code, its actually a console application.
[edit] consider this example
name = input("Enter your name:")
print("Hello", name)
this is also a console application with a basic functionality.
you can mark this answer as accepted If this was helpful
Happy coding❤
+ 2
🥇👩💻 Kintu Michael Evans 🔥🔥
What actually you want? Please make it clear
+ 1
I tried that already
0
🥇👩💻 Kintu Michael Evans 🔥🔥 if you are making console app. Then remove kivy and django from tag.
To run python app on your device. You will need python interpreter installed on your device.
Hello world program for python is print("hello world").
0
I want to make an app that calculator that's is designed in kivy then python for the making the program