Yesterday, 04:57 AM
I have primarily worked with Python and developed only desktop applications, so I have little experience in web development. I have several completed projects that I would like to migrate to a website that I am planning to create. Specifically, I have already developed simple gambling games (though I am not sure if everything was implemented correctly due to my limited experience in this field) and now want to adapt them for an online format, starting with a single-player mode. I used PyQt for the graphical interface, Pygame for animations and interactions, and SQLite for saving the game state. Are there ways to transfer this logic to the web without having to rewrite everything from scratch? Ideally, I would like to integrate my existing solutions, but I am unsure of the best approach. Any advice would be greatly appreciated.