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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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?