echo "# ImageProcessing_PythonPillow" >> README.md git init git add README.md git commit -m "first commit" git branch -M Main git remote add origin https://github.com/dymasius12/ImageProcessing_PythonPillow.git git push -u origin Main