Bot to fix Python indentation error

Posted by

Making a bot to fix indentation error in python.

fixing: IndentationError: unexpected

There are times when you need to press some key hundreds of time for some specific task like — need to press (delete/backspace) key in my code to remove some error.

so i made this bot — programmed it to run specific keystroke on loop.

i write this code to fix (IndentationError:) in python but it can be used anywhere.

# Python3 or above must be installed on your System.

# Install pyautogui

# To install type “pip install pyautogui”

# pip install pyobjc (only for mac)

# pip install pyobjc-core (only for mac)

Download code here: https://github.com/thisisshubhamkumar

Pycharm: https://www.jetbrains.com/pycharm/

Feel free to leave a comment below or reach me on Instagram @iamshubhamkumar__.
 

animated119.gif

Get it on Google Play

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.