#๐Ÿ”’ What python library should I use to build such GUI?

6 messages ยท Page 1 of 1 (latest)

civic mirage
#

I want to build gui like that section where the track is.
It should be like a picture into which I could zoom in or zoom out
and scroll left-right. Kinda vague, but I hope you got it.

Here is yt vid showing the gui https://youtu.be/eh-e7Cbv1eo?t=33

This tutorial video for Transcribe by Seventh String Software shows all the main features I use when learning new material or transcribing music for guitar students. Transcribe is one of those pieces of software that I use all the time and is an essential tool.

There is a 30-day free trial for Transcribe software, so give it a try and I'm sur...

โ–ถ Play video
swift flameBOT
#

@civic mirage

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.

slow jay
#

Im no expert at this but id use pyside6 for everything
In this case bc its not made from mostly static widgets and you may want to build each frame from nothing i heard pygame is better for that

#

Tk is the most basic widget based
Qt (the original bind is pyside) is afaik the most used widget based
And pygame is a non widget based
Gui module
Qt is not harder than tk in my opinion so if you choose that group id reccomend qt
For this case tho pygame may fit better

swift flameBOT
#
Python help channel closed for inactivity

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.