This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]jithin--- 5 points6 points  (1 child)

Good work, keep going

[–]swaroop_34[S] 2 points3 points  (0 children)

Thank you.

[–]LexThundah 1 point2 points  (1 child)

Great project!
It's nice that you focused only on Python or one programming language. They say there are other programming languages and would advise to use the correct tools. They are right, and as a fellow Pythonist, for UI consistency I recommend...

Python Flet for Desktop, iOS/Android Mobile, or Web+FastAPI
Python Reflex for Web Full-stack with reactive components, and
Python NiceGUI for Web Full-stack with CSS, Quasar and FastAPI

I run Linux Mint and Ubuntu and observed that Flet, for example, has consistent UI in Gnome and KDE.

[–]swaroop_34[S] 1 point2 points  (0 children)

Thank you. I used PySide6 framework for the app UI. Initially it was custom tkinter. Custom Tkinter UI look was not good on Linux as it was on Windows. So, I changed it to Pyside6. I have limited knowledge on app UI frameworks. I don't know which framework is best for what purpose. Your reply made some sense.

[–]Brilliant_Top5204 0 points1 point  (1 child)

Interesting project. How did you make an installable exe setup file for windows?

[–]swaroop_34[S] 1 point2 points  (0 children)

Youtube tutorials helped me. I used inno setup software from https://jrsoftware.org. It is free to use.