diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7bfcd7a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*.pyc \ No newline at end of file diff --git a/README.md b/README.md index 2b346e64..2c56437f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A tool for analyzing text data in Django backend It is a simple django project or website in which we can Analyze text. -

What Can We do from textutils ?

+

What Can We do from Textutils ?

1)Remove Punctuations
2)UPPERCASE
3)New Line Remove
diff --git a/faq b/faq deleted file mode 100644 index 24c1dbeb..00000000 --- a/faq +++ /dev/null @@ -1,48 +0,0 @@ -commit b800ae905bd825cd3002ef1754962b5fad845001 (HEAD -> master) -Author: NikhilRajPandey -Date: Wed Feb 6 20:06:38 2019 +0530 - - I have fix the issue when we write a message and a extraspace in the last - in textarea and after then we use extraspace remover than it give a error - then i have fix this error. - -commit 5e6e2d3c621c552515ec790f1037453da936fa80 -Author: NikhilRajPandey -Date: Wed Feb 6 19:28:13 2019 +0530 - - Making a copy button - -commit cc5d39de3b599d75aa465bc0d59470416dd9f8ea -Author: NikhilRajPandey -Date: Wed Feb 6 18:58:46 2019 +0530 - - Making Validation on textarea - -commit 3701414d41415326186656fe72d0e9a895b46022 (origin/master, origin/HEAD) -Author: Haris Ali Khan -Date: Tue Feb 5 23:06:35 2019 +0530 - - Changed TextUtils Url in Navbar - - Changed TextUtils Url from textutils.com to textutils.in in Navbar - -commit f9aeb2107d2da7c7647c3a2c08be4d5fbdb924c9 -Merge: 603fa3a 199f86e -Author: Haris Ali Khan -Date: Tue Feb 5 22:59:21 2019 +0530 - - Merge pull request #1 from RohanDas28/master - - Added Footer and Typed.js - -commit 199f86ecaf3dbd75d7e2ac29a674905a2a55d519 -Author: Rohan Das -Date: Tue Feb 5 19:28:04 2019 +0530 - - Added Footer and Typed.js - -commit 603fa3a32a7af3fda321879f2d550c9403337318 -Author: Haris Ali Khan -Date: Tue Feb 5 09:10:41 2019 +0530 - - First commit diff --git a/textutils/__pycache__/__init__.cpython-36.pyc b/textutils/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index a96cdcef..00000000 Binary files a/textutils/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/textutils/__pycache__/__init__.cpython-37.pyc b/textutils/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 923ac397..00000000 Binary files a/textutils/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/textutils/__pycache__/settings.cpython-36.pyc b/textutils/__pycache__/settings.cpython-36.pyc deleted file mode 100644 index 88940458..00000000 Binary files a/textutils/__pycache__/settings.cpython-36.pyc and /dev/null differ diff --git a/textutils/__pycache__/settings.cpython-37.pyc b/textutils/__pycache__/settings.cpython-37.pyc deleted file mode 100644 index ae2fc44c..00000000 Binary files a/textutils/__pycache__/settings.cpython-37.pyc and /dev/null differ diff --git a/textutils/__pycache__/urls.cpython-36.pyc b/textutils/__pycache__/urls.cpython-36.pyc deleted file mode 100644 index 92b9500c..00000000 Binary files a/textutils/__pycache__/urls.cpython-36.pyc and /dev/null differ diff --git a/textutils/__pycache__/urls.cpython-37.pyc b/textutils/__pycache__/urls.cpython-37.pyc deleted file mode 100644 index 6283b7a7..00000000 Binary files a/textutils/__pycache__/urls.cpython-37.pyc and /dev/null differ diff --git a/textutils/__pycache__/views.cpython-36.pyc b/textutils/__pycache__/views.cpython-36.pyc deleted file mode 100644 index 986e0ff8..00000000 Binary files a/textutils/__pycache__/views.cpython-36.pyc and /dev/null differ diff --git a/textutils/__pycache__/views.cpython-37.pyc b/textutils/__pycache__/views.cpython-37.pyc deleted file mode 100644 index c339e7dd..00000000 Binary files a/textutils/__pycache__/views.cpython-37.pyc and /dev/null differ diff --git a/textutils/__pycache__/wsgi.cpython-36.pyc b/textutils/__pycache__/wsgi.cpython-36.pyc deleted file mode 100644 index 39fa6490..00000000 Binary files a/textutils/__pycache__/wsgi.cpython-36.pyc and /dev/null differ diff --git a/textutils/__pycache__/wsgi.cpython-37.pyc b/textutils/__pycache__/wsgi.cpython-37.pyc deleted file mode 100644 index d2d54316..00000000 Binary files a/textutils/__pycache__/wsgi.cpython-37.pyc and /dev/null differ