diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 411d717..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "python.formatting.provider": "black", - "cSpell.words": [ - "cdir", - "mypath" - ] -} \ No newline at end of file diff --git a/__pycache__/mac.cpython-38.pyc b/__pycache__/mac.cpython-38.pyc new file mode 100644 index 0000000..2b390db Binary files /dev/null and b/__pycache__/mac.cpython-38.pyc differ diff --git a/__pycache__/main.cpython-38.pyc b/__pycache__/main.cpython-38.pyc new file mode 100644 index 0000000..173f6d7 Binary files /dev/null and b/__pycache__/main.cpython-38.pyc differ diff --git a/__pycache__/some.cpython-38.pyc b/__pycache__/some.cpython-38.pyc new file mode 100644 index 0000000..bf3d256 Binary files /dev/null and b/__pycache__/some.cpython-38.pyc differ diff --git a/__pycache__/text.cpython-38.pyc b/__pycache__/text.cpython-38.pyc new file mode 100644 index 0000000..ea00998 Binary files /dev/null and b/__pycache__/text.cpython-38.pyc differ diff --git a/__pycache__/win.cpython-38.pyc b/__pycache__/win.cpython-38.pyc new file mode 100644 index 0000000..2150c4b Binary files /dev/null and b/__pycache__/win.cpython-38.pyc differ diff --git a/win.py b/win.py index 1d59a99..ed2f9ee 100644 --- a/win.py +++ b/win.py @@ -25,7 +25,7 @@ def create(mypath, cur_path): stylepath = os.path.join(mypath, "style") os.mkdir(stylepath) os.chdir(stylepath) - f2 = open("style.css", "w+") + f2 = open("style.scss", "w+") css = """*{ margin:0; padding: 0; @@ -81,10 +81,10 @@ def opion(optin): ch(mypath) except OSError as Error: print(Error) - print(f"the project mention {cdir} doesnt exist") + print(f"the project mention {cdir} doesn't exist") t.main(optin) elif optin == 2: - cdir = input("Mention the project name (to say i dont recommend this option)") + cdir = input("Mention the project name (to say i don'7t recommend this option)") def_path = "c:/users/hp/documents/github/html" try: mypath = def_path @@ -93,7 +93,7 @@ def opion(optin): os.system(f"rd {cdir} /s") except OSError as Error: print(Error) - print(f"the project mention {cdir} doesnt exist") + print(f"the project mention {cdir} doesn't exist") t.main(optin) elif optin == 4: cdir = input("Mention the project name to archive")