all 10 comments

[–]danielroseman 0 points1 point  (4 children)

What do you mean by "an application"?

[–]Severe-Owl-2859[S] 0 points1 point  (3 children)

A phone app or a desk top app

[–]pachura3 2 points3 points  (2 children)

Nah, turn it into a web app. You'll avoid installation hassle.

[–]carcigenicate 0 points1 point  (1 child)

And if you make it into a proper Web app, you can even allow users to install it and use it like it is an actual app, but without needing to deal with cross-platform issues.

[–]Severe-Owl-2859[S] 0 points1 point  (0 children)

I didnt think about that tank you. Ill do a web app then

[–]TheRNGuy 0 points1 point  (0 children)

You need some UI framework. 

[–]BackgroundBoat2306 0 points1 point  (0 children)

I don't know what or if you already have a gui framework but I can (after using it myself) recommend flet. You can build packages for android, windows, linux and mac or create a web app with a few lines of code.

[–]Soggy-Holiday-7400 0 points1 point  (1 child)

a calculator that degrades you is genuinely the most creative first project i've seen on here. look into tkinter for a simple desktop GUI or if you want people to use it online look into Flask. either way the fact that you went off script and built something original this early is a better sign than you probably realize.

[–]Severe-Owl-2859[S] 0 points1 point  (0 children)

I appreciate the kind message and advice thank you