স্বয়ংক্রিয় পাইথন ২ থেকে ৩ কোড রূপান্তর। আরও তথ্য পাবেন: https://docs.python.org/3/library/2to3.html।
2to3 {{ফাইলের/পথ.py}}
2to3 --write {{ফাইলের/পথ.py}}
2to3 --write {{ফাইলের/পথ.py}} --fix={{raw_input}} --fix={{print}}
2to3 --write {{ফাইলের/পথ.py}} --nofix={{has_key}} --nofix={{isinstance}}
2to3 --list-fixes
2to3 --output-dir={{পাথ/টু/পাইথন3_ডিরেক্টরি}} --write-unchanged-files --nobackups {{পাথ/টু/পাইথন2_ডিরেক্টরি}}
2to3 --processes={{4}} --output-dir={{পাথ/টু/পাইথন3_ডিরেক্টরি}} --write --nobackups --no-diff {{পাথ/টু/পাইথন2_ডিরেক্টরি}}