Hello everyone,
I am a beginner when it comes to programming, although I did do a few things for the Kobo in the past (mostly for myself, but I have actually released my dashboard and a few other librairies I made).
However, all I know is high-level programming, and as soon as it gets technical (like reading touch events to handle touch interaction), I relied on someone else's work (mostly shermp's code on Github for the logic, and I used FBInk's magic to display images)).
I did try to make my own GUI toolkit, although I feel like I am just constantly working around the fact that I do not know a thing about how a computer works, or about how to install a proper GUI framework :chinscratch:
And having my own toolkit (which was developped for Kobo) isn't very useful if I want to make an app for any other device at some point, I would have to learn it all over again.
I would really appreciate if someone could point me in the right direction:
My goal is to be able to make an app, with say PySimpleGUI or directly with TKinter, PyGame or PyQt (with sergeyvl12 Qt port?) or anything really, just having to import it at the top my code.
I used NiLuJe's package to install Python. It obviously does not have pip (which is the only way I know to easily install any of the librairies), but therefore I am stuck : when I try to look it up on Google, it either expects me to have much more knowledge than I do, or it points me to tutorials which make an extensive use of "apt-get", "pip" or other such methods.
I have heard of cross-compiling, of people who used pre-compiled librairies. I can download such precompiled librairies, but what do I do then?
Can someone point me in the right direction?:help:
(Yes, as I said, I am a beginner)
Thank you for your help!:thanks:
I am a beginner when it comes to programming, although I did do a few things for the Kobo in the past (mostly for myself, but I have actually released my dashboard and a few other librairies I made).
However, all I know is high-level programming, and as soon as it gets technical (like reading touch events to handle touch interaction), I relied on someone else's work (mostly shermp's code on Github for the logic, and I used FBInk's magic to display images)).
I did try to make my own GUI toolkit, although I feel like I am just constantly working around the fact that I do not know a thing about how a computer works, or about how to install a proper GUI framework :chinscratch:
And having my own toolkit (which was developped for Kobo) isn't very useful if I want to make an app for any other device at some point, I would have to learn it all over again.
I would really appreciate if someone could point me in the right direction:
My goal is to be able to make an app, with say PySimpleGUI or directly with TKinter, PyGame or PyQt (with sergeyvl12 Qt port?) or anything really, just having to import it at the top my code.
I used NiLuJe's package to install Python. It obviously does not have pip (which is the only way I know to easily install any of the librairies), but therefore I am stuck : when I try to look it up on Google, it either expects me to have much more knowledge than I do, or it points me to tutorials which make an extensive use of "apt-get", "pip" or other such methods.
I have heard of cross-compiling, of people who used pre-compiled librairies. I can download such precompiled librairies, but what do I do then?
Can someone point me in the right direction?:help:
(Yes, as I said, I am a beginner)
Thank you for your help!:thanks: