在 Python 中创建 MSPaint 克隆?
我希望在 Python 中创建一个非常简单的 MSPaint 克隆,并且能够保存和加载文件。理想情况下,程序会将用户限制为 4 色调色板。解决这个问题最简单的方法是什么?请记住,我对编程相当陌生,因此任何帮助都会有所帮助。
I'm looking to create a VERY simple MSPaint clone in Python with the ability to save and load files. Ideally the program would limit the user to a 4-color palette. What would be the simplest way of going about this? Keep in mind that I'm fairly new to programming, so any assistance could be helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想看看 pygame。
这个问题的答案应该会有所帮助:如何使用 Python 和 pygame 创建 MS Paint 克隆
You probably want to take a look at pygame.
The answers to this question should be helpful: How to create MS Paint clone with Python and pygame