You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if not len(r.split('.git')) >= 2 and not len(r.split('__pycache__')) >= 2:
files.append(os.path.join(r, file))
with open("./README.md", mode="w", encoding="utf8") as f:
f.write("""
# PYTHON DEMO CODES
> These are set of codes intended to demostrate the most commonly used syntax usage with codes. They cover the most common use + implementation cases for most concepts and built in functionality. If you have more to add please do send a pull request.