vb2py is developing a VB to Python tool for automatically converting VB projects to Python, including both the code and GUI elements. The project is currently focussing on the PythonCard GUI system on the Python side
Categories
Code GeneratorsLicense
BSD LicenseFollow VB to Python Converter
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Does not recognize Control names and so I think it breaks my form code by having more than 1 Timer, command button, and other controls plz fix and the it also errors when I copy paste the entire file example is a line like this. ``Begin VB.Form Form1 `` and it does the same for all other controls it also converts the code to the controls to ``def __[control name]_[insert event name here]`` so do I have to move the code to right after the begin but before the end of each control? and why is it that for every control it adds ``sys.exit(0)`` to it?