diff --git a/CLI/back.py b/CLI/back.py deleted file mode 100644 index 05cf8af..0000000 --- a/CLI/back.py +++ /dev/null @@ -1,2 +0,0 @@ -import os -os.spawnl(os.P_DETACH, 'some_long_running_command') \ No newline at end of file diff --git a/CLI/requirements.txt b/CLI/requirements.txt deleted file mode 100644 index fbc7e54..0000000 --- a/CLI/requirements.txt +++ /dev/null @@ -1,21 +0,0 @@ -asgiref==3.2.7 -certifi==2020.4.5.1 -chardet==3.0.4 -click==7.1.2 -Django==3.0.7 -django-cors-middleware==1.5.0 -django-oauth-toolkit==1.3.2 -djangorestframework==3.11.0 -idna==2.9 -oauthlib==3.1.0 -prompt-toolkit==1.0.14 -Pygments==2.6.1 -PyInquirer==1.0.3 -pytz==2020.1 -regex==2020.5.14 -requests==2.23.0 -selenium==3.141.0 -six==1.15.0 -sqlparse==0.3.1 -urllib3==1.25.9 -wcwidth==0.2.3 diff --git a/CLI/tester.py b/CLI/tester.py deleted file mode 100644 index a386225..0000000 --- a/CLI/tester.py +++ /dev/null @@ -1,7 +0,0 @@ -import requests -import webbrowser - -URL = "chrome://version" -webbrowser.open_new_tab(URL) -r = requests.get(URL) -print(r.json()) \ No newline at end of file diff --git a/CLI/text.py b/CLI/text.py deleted file mode 100644 index 60b8cca..0000000 --- a/CLI/text.py +++ /dev/null @@ -1,2 +0,0 @@ -import textract -text = textract.process('test.py') \ No newline at end of file