简体   繁体   English

如何分发和销售 python 桌面应用程序?

[英]how to distribute and sell python desktop apps?

I have created a Tkinter App and i want to sell and distribute it, but i was wondering how do desktop programmers prevent the customer from reselling the App multiply times if there is no Cloud Database to verify the Login process and prevent multi login actions, etc?我已经创建了一个 Tkinter 应用程序,我想出售和分发它,但我想知道如果没有云数据库来验证登录过程并防止多次登录操作等,桌面程序员如何防止客户多次转售该应用程序? Especially a Tkinter App, how does it work?特别是 Tkinter 应用程序,它是如何工作的?

I know about using pyinstaller , but this is not the issue as it allows using the app by anyone.我知道使用pyinstaller ,但这不是问题,因为它允许任何人使用该应用程序。

Well, there are ways.好吧,有办法。

The first way is to use itch.io, its easy and simple to distribute paid software.第一种方法是使用 itch.io,它可以轻松简单地分发付费软件。

The alternative way is you can build a website that the person can download when they pay using backend django, but i would assume this is too advanced.另一种方法是您可以建立一个网站,人们可以在使用后端 django 付款时下载该网站,但我认为这太先进了。

There are plenty more other platforms and tools to sell programs, and feel free to use others.还有很多其他平台和工具可以出售程序,您可以随意使用其他平台和工具。 ive used itch.io for my 1 dollar black jack game and its worked pretty well, so i hope you find this useful!我在我的 1 美元黑杰克游戏中使用了 itch.io,它运行良好,所以我希望你觉得它有用!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM