-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 support #5
Comments
Hi, I need some help with regex in python3 - in python2 I'm getting the right result from code input (e.g. line 53 https://github.com/Loganinit/python-zaid/blob/master/1%20mac_changer/macchanger-9.py)
but I cannot find the correct input for python3. Can you help? I've tried flags options etc The error includes
Thanks! |
Hey, |
That's amazing, and such a simple solution. Thank you! |
im rewriting every one of these files for python 3 support, feel free to ping me if something comes up |
Hello Thanks! |
use python pip module 2to3 to convert python2 files to python3 files |
I can contribute in converting these to python 3
The text was updated successfully, but these errors were encountered: