Metadata-Version: 2.1
Name: Sansorchi
Version: 3.1
Summary: Remove Persian (Farsi) Swear Words
Home-page: https://github.com/KomeilParseh/Sansorchi
Author: KomeilParseh
Author-email: ahmdparsh129@gmail.com
License: UNKNOWN
Download-URL: https://github.com/KomeilParseh/Sansorchi
Description: [![Testing](https://github.com/KomeilParseh/Sansorchi/actions/workflows/test.yml/badge.svg)](https://github.com/KomeilParseh/Sansorchi/actions/workflows/test.yml)
        
        # Sansorchi
        
        ## Remove Persian (Farsi) Swear Words
        
        Sansorchi is a program to remove bad and inappropriate words (currently for the Persian language)
        
        <div dir="rtl">
        
        ### یاداشت
        
        > برخی از کلمات در ظاهر کلمات بد به حساب نمیان ولی برای کاربردهای خاص ممکنه نیاز به فیلتر شدن داشته باشن که هر کس با توجه به نیاز باید شخصی سازی انجام بده و از این دیتاست استفاده کنه
        
        در صورت علاقه، به تکمیل شدن این دیتاست کمک کنید
        
        از این کتابخونه در فیلتر کردن متن ها در پروژه های خود استفاده کنید و متون پاک و سالمی را داشته باشید
        
        منبع دیتا بیس اصلی [اینجا](https://github.com/amirshnll/Persian-Swear-Words) است .
        
        </div>
        
        ### Installation
        
        ```bash
        
        pip3 install Sansorchi
        
        ```
        
        ### usage
        
        ```python
        
        from Sansorchi import sansor
        print(sansor("YOUR_TEXT"))
        
        ```
        
        ### Contributing
        
        See this [file](https://github.com/KomeilParseh/Sansorchi/blob/main/CONTRIBUTING.md) to contribute
        
Keywords: Improper words,swearing,sansorchi,Sansorchi
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
