Research
python 2 to python3 automatic change tool (2to3)
Shakeratto
2021. 2. 8. 21:53
How to use
> pip install 2to3
> 2to3 -w oldversion.py
(-w option: write back modified files)