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
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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?