Skip to main content

TextQuoter is a versatile Python script designed to simplify the processing of quotation marks in a given string.

Project description

TextQuoter

TextQuoter is a versatile Python script designed to simplify the processing of quotation marks in a given string.

Features

  • Removal of Unpaired Quotes: TextQuoter ensures clean text by eliminating unpaired quotes.

  • Quotation Style: Choose between the standard and or opt for a simplified style that uses ".

  • User-friendly Design: TextQuoter features the requoter function, making it straightforward and easy to use for handling quotes with minimal effort.

Installation

To use TextQuoter into your project, you need just to install it directly using pip install TextQuoter.

Usage Example

from TextQuoter import requoter

# Sample text with mixed quotation styles
example = """Climbing the treacherous mountain, the group encountered a wise oracle. ”To reach the peak, you must answer my riddles," she proclaimed.
The bard grinned, ”"Riddles, you say? I've been waiting for this!\"."""

# Using default style
fixed_quotes_normal = requoter(input_text=example)

# Using simple style
fixed_quotes_simple = requoter(input_text=example, use_simple=True)
  • In this example, the requoter function is applied to the sample text, demonstrating both the default and simple quoting styles.

Here is the what can be expected from the output:

  • fixed_quotes_normal:
Climbing the treacherous mountain, the group encountered a wise oracle. “To reach the peak, you must answer my riddles,” she proclaimed.
The bard grinned, “Riddles, you say? I've been waiting for this!”.
  • fixed_quotes_simple:
Climbing the treacherous mountain, the group encountered a wise oracle. "To reach the peak, you must answer my riddles," she proclaimed.
The bard grinned, "Riddles, you say? I've been waiting for this!".

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TextQuoter-0.0.1.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

TextQuoter-0.0.1.2-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page