How can I make a console application | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How can I make a console application

I am using vscode to build a python app

30th Nov 2020, 5:50 PM
šŸ„‡šŸ‘©ā€šŸ’» Kintu Michael Evans šŸ”„šŸ”„( Active)
šŸ„‡šŸ‘©ā€šŸ’» Kintu Michael Evans šŸ”„šŸ”„( Active) - avatar
5 Respostas
+ 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ā¤
30th Nov 2020, 5:53 PM
Charitra
Charitra - avatar
+ 2
30th Nov 2020, 6:07 PM
Charitra
Charitra - avatar
+ 1
I tried that already
30th Nov 2020, 6:04 PM
šŸ„‡šŸ‘©ā€šŸ’» Kintu Michael Evans šŸ”„šŸ”„( Active)
šŸ„‡šŸ‘©ā€šŸ’» Kintu Michael Evans šŸ”„šŸ”„( Active) - avatar
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").
1st Dec 2020, 12:29 PM
šŸ‡®šŸ‡³VivekšŸ‡®šŸ‡³
šŸ‡®šŸ‡³VivekšŸ‡®šŸ‡³ - avatar
0
I want to make an app that calculator that's is designed in kivy then python for the making the program
2nd Dec 2020, 10:21 AM
šŸ„‡šŸ‘©ā€šŸ’» Kintu Michael Evans šŸ”„šŸ”„( Active)
šŸ„‡šŸ‘©ā€šŸ’» Kintu Michael Evans šŸ”„šŸ”„( Active) - avatar