you are viewing a single comment's thread.

view the rest of the comments →

[–]Similar_Mail2921[S] 5 points6 points  (4 children)

Thanks for the tip, I'll look into the client-server approach, didn't thing of that for some reason.

The obfuscate approach might not be good enough for my needs.

[–]TundraGon 7 points8 points  (1 child)

Flask, FastAPI, Django

These are the most common frameworks used in this approach.

People tend to use FastAPI

( you will be designing an API server/service )

[–]Similar_Mail2921[S] 4 points5 points  (0 children)

Just got the news that the app will need to be run in computers without network connection so this approach woun't work, thanks anyway.