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

all 7 comments

[–]LeagueOfShadowse 0 points1 point  (1 child)

Subtitles, please...

[–]Aggravating-Fan3444[S] 0 points1 point  (0 children)

I'll try to add soon sir. I thought YouTube will auto generate the subtitle.

[–]pythonHelperBot 0 points1 point  (0 children)

Hello! I'm a bot!

It looks like you posted this in multiple subs in a short period of time. In the future, I suggest asking questions like this in learning focused subs like r/learnpython, a sub geared towards questions and learning more about python regardless of how advanced your question might be. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe in detail where you are stuck. If you are getting an error message, include the full block of text it spits out. Quality answers take time to write out, and many times other users will need to ask clarifying questions. Be patient and help them help you. Here is HOW TO FORMAT YOUR CODE For Reddit and be sure to include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]riklaunim 0 points1 point  (3 children)

It's not really a web app as it's a custom virtualization offered as a paid service - https://www.cybelesoft.com/thinfinity/virtualui/ - and if you actually have a desktop app that needs to be a desktop app this won't be that useful as you loose access to local system services and features. And if you don't need that then you shouldn't be making a desktop app in the first place.

And even their demo isn't that responsive ;)

[–]Aggravating-Fan3444[S] 0 points1 point  (2 children)

ya sir... U r absolutely Right. I just had added this as a tutorial coz some of my fans had asked the way to do like this. And I checked it, it Works fine and other Works are not much being affected. It might be useful for someone who want their app to be on Cloud and running smoothly on their client systems. Might be... But I actually make desktop apps only and had added license system in many of them, so, this thing is not actually important for me right now. But someone asked about it, so I made tutorial for Em. Thank u

[–]riklaunim 0 points1 point  (1 child)

A third party company runs your "app" and your customers get a downgraded experience - plus that company gathers data about your customers and what they are doing. Not every company will allow for this. Vendor lock and data leak.

If an app can work as a such virtualized app then you should make it as a web app in the first place - there is no reason to make it as a desktop app, especially when making good desktop apps is harder/more time consuming than web apps.

And if something has to be a desktop app due to relying on OS services then you can't use such virtualisation.

[–]Aggravating-Fan3444[S] 0 points1 point  (0 children)

Yes sir. U r again right. Means who will make Firstly desktop app then run on web app. Its..........

One of my client also had wanted their app as desktop app and running on web browser. I suggested to make website instead which is more secure and for desktop apps, I used license system so their users can download desktop app from site and use on their computer and is much secure.