Python projects (some are from python only & some are from different libraries to make some GUIs). Some projects are for just practice & some are full fledged Programs with different functionalies. Feel free to contribute & optimise in these projects, I will be really glad.
To run any python file in Windows
python file_name.py
To run any python file in MacOS
python3 file_name.py
To check if python is installed in your machine
python --version
python3 --version
When you want to terminate or stop the program to run just press ctrl + c in your terminal. If the program still not terminates then try ctrl + \ or ctrl + z.