Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__pycache__/
*.pyc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<h1>What Can We do from textutils ?</h1>
<h1>What Can We do from Textutils ?</h1>
1)Remove Punctuations<br>
2)UPPERCASE<br>
3)New Line Remove<br>
Expand Down
48 changes: 0 additions & 48 deletions faq

This file was deleted.

Binary file removed textutils/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file removed textutils/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed textutils/__pycache__/settings.cpython-36.pyc
Binary file not shown.
Binary file removed textutils/__pycache__/settings.cpython-37.pyc
Binary file not shown.
Binary file removed textutils/__pycache__/urls.cpython-36.pyc
Binary file not shown.
Binary file removed textutils/__pycache__/urls.cpython-37.pyc
Binary file not shown.
Binary file removed textutils/__pycache__/views.cpython-36.pyc
Binary file not shown.
Binary file removed textutils/__pycache__/views.cpython-37.pyc
Binary file not shown.
Binary file removed textutils/__pycache__/wsgi.cpython-36.pyc
Binary file not shown.
Binary file removed textutils/__pycache__/wsgi.cpython-37.pyc
Binary file not shown.