How can I make a console application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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
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