#๐Ÿ”’ NEED HELP WITH IDEAS- MAKING A PROGRAM

27 messages ยท Page 1 of 1 (latest)

tall veldt
#

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?

robust ledgeBOT
#

@tall veldt

Python help channel opened

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.

storm gazelle
#

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)

nova raptor
#

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

tall veldt
nova raptor
#

tkinter if you want simple, qt is just more extensive

tall veldt
#

Im planning on using API's if possible

storm gazelle
tall veldt
nova raptor
#

what does this 'code complexity' mean?

#

Just how hard or complicated the project is?

tall veldt
#

Not sure thats just whats been told to me

tall veldt
#

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

nova raptor
#

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

tall veldt
#

Alright is there any other languages i would need to learn because i pretty much only know python

west pecan
#

pyqt6 is sort of complex sometimes

nova raptor
#

Just python should do work as long as we are not interesting in making fancy UI

tall veldt
#

Nope just something basic that does the job

nova raptor
#

Then ur good to go

tall veldt
nova raptor
#

Imo, just watch some tkinter tutorials and get started on actually building the app

tall veldt
#

Perfect thankyou so much, tkinter it is

robust ledgeBOT
#
Python help channel closed

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.