#๐ beginner here, trying to make a code into a app.
13 messages ยท Page 1 of 1 (latest)
@paper laurel
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
๐ค too in tenth
@glass karma you could just post the Python file somewhere.
Step 1: Build the calculator. No GUI or anything
Please react with โ
to upload your file(s) to our paste bin, which is more accessible for some users.
it is done, i just need to make it a app, but not sure how
the simple choice would just be to leave it as it is and execut it from the command line when needed. Alternatively, if you don't want the user to have to install Python themselves, then run the script themselves, you could try some things like pyinstaller or py2exe.
If you want a GUI, then you can use smth simple like PySimpleGUI
but i want it as a exe file or like a webpage that they can acess without just seeing the terminal
but i want it as a exe file
Did you even read what I wrote?
or like a webpage that they can acess without just seeing the terminal
Well, that'll be a tad more complicated (+ you need a way to host your code then)
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.