So for my school finals, i need to make a project. It can be anything. Im going to use python for the most part. Im making a fitness tracker where you can track your calories, steps, workout routines, track your runs and pb's etc etc. But what exactly should i use to make it? Im not making a mobile app, so it should be accessible on a computer. What should i do? Ive got 1 year of experience in programming, but all ive done is just simply coding a bunch of small projects that only involve the terminal lol , so im decent. What GUI's should i use and stuff (e.g tkinter, pygame). Where do i start?
#๐ NEED HELP WITH IDEAS- MAKING A PROGRAM
27 messages ยท Page 1 of 1 (latest)
@tall veldt
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.
Closes after a period of inactivity, or when you send !close.
Since this seems like a pretty standard GUI, I don't think making it in pygame would be worth it. You could use pyqt, which has some pretty nice GUI, or tkinter (the former is prettier, the latter easier)
Pair the GUI up with a DB or keep it simple with files if you are new to using DB and you should be good to go
Are there any others that exist or in your opinion what would be the best one to use?
tkinter if you want simple, qt is just more extensive
Im planning on using API's if possible
Tbh I don't know much about GUIs, but those are the 2 big ones so to speak
So in my case we're marked based off of code complexity, so would you still recommend tkinter?
Not sure thats just whats been told to me
Pretty much yh so we dont take any shortcuts
Essential they want to see complex code
For example instead of someone repeatedly writing print hello world, to make it complex they setup a loop
In simple terms
I see, well I recommend just sticking with tkinter
qt is bit too complicated to work with for a beginner and i feel its pointless for a school project app unless u want to learn qt along the way
Alright is there any other languages i would need to learn because i pretty much only know python
pyqt6 is sort of complex sometimes
Just python should do work as long as we are not interesting in making fancy UI
Nope just something basic that does the job
Then ur good to go
Alright is there anything else i should learn? Any vids you'd recommend for developing something like this
Imo, just watch some tkinter tutorials and get started on actually building the app
Perfect thankyou so much, tkinter it is
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, 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.