Convert memo at once with Python 2to3

I tried running the python conversion tool 2to3.exe on Windows 10.

2to3.bat


@echo off
set PATH=%Python 3 path%\Scripts;%PATH%
set CNV=2to3.exe
set OPT=-w
set LOG=.\2to3.log

for /r ".\" %%A in (*.py) do %CNV% %OPT% %%A

Place in the folder to be converted and execute with `` `2to3.bat> 2to3.log 2> & 1```.

The file before conversion was saved as * .py.bak.

That's all for this time.

Recommended Posts

Convert memo at once with Python 2to3
Convert multiple proto files at once with python
Convert list to DataFrame with python
Memo to ask for KPI with python
Convert Excel data to JSON with python
Convert Hiragana to Romaji with Python (Beta)
Convert FX 1-minute data to 5-minute data with Python
Convert HEIC files to PNG files with Python
Convert Chinese numerals to Arabic numerals with Python
Sample to convert image to Wavelet with Python
Convert 202003 to 2020-03 with pandas
Convert PDF to image (JPEG / PNG) with Python
Convert PDFs to images in bulk with Python
Convert svg file to png / ico with Python
Convert Windows epoch values to date with python
Convert strings to character-by-character list format with python
Connect to BigQuery with Python
Get corporate number at once via gbizinfo with python
How to convert / restore a string with [] in python
Memo to create your own Box with Pepper's Python
[python] Convert date to string
A memo connected to HiveServer2 of EMR with python
Beginners try to convert Word files to PDF at once
Convert numpy int64 to python int
[Python] Convert list to Pandas [Pandas]
Twitter graphing memo with Python
Connect to Wikipedia with Python
Post to slack with Python 3
Introduction to Mathematics Starting with Python Study Memo Vol.1
Convert the image in .zip to PDF with Python
[Python] How to save images on the Web at once with Beautiful Soup
How to convert JSON file to CSV file with Python Pandas
Convert Scratch project to Python
[Python] Convert Shift_JIS to UTF-8
PyInstaller memorandum Convert Python [.py] to [.exe] with 2 lines
[Python] A memo to write CSV vertically with Pandas
Switch python to 2.7 with alternatives
Write to csv with Python
Convert python 3.x code to python 2.x
How to convert an array to a dictionary with Python [Application]
Convert images to sepia toning with PIL (Python Imaging Library)
How to scrape at speed per second with Python Selenium
Convert video to black and white with ffmpeg + python + opencv
Convert .ipynb to .html (with BatchFile)
Python: How to use async with
Link to get started with python
Cropping images at once [python] [Pillow]
Convert markdown to PDF in Python
[Python] Write to csv file with Python
Create folders from '01' to '12' with python
Nice to meet you with python
Try to operate Facebook with Python
python memo --Specify options with getopt
Output to csv file with Python
Input / output with Python (Python learning memo ⑤)
Workflow to convert formula (image) to python
MP3 to WAV conversion with Python
Convert sentences to vectors with gensim
To do tail recursion with Python2
How to get started with Python
Python> list> Convert double list to single list