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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file TextQuoter-0.0.1.2.tar.gz.

File metadata

  • Download URL: TextQuoter-0.0.1.2.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for TextQuoter-0.0.1.2.tar.gz
Algorithm Hash digest
SHA256 074b6a5dea72abd7ceb36e94499b8823a10bb241428edfac454d7b651188f62e
MD5 fd904497ec1dcc9e488aa46607dd5e5c
BLAKE2b-256 d8dee402ab5855f096a915ade338f44901600688672c18deb4d43fbf5ccec2dc

See more details on using hashes here.

File details

Details for the file TextQuoter-0.0.1.2-py3-none-any.whl.

File metadata

  • Download URL: TextQuoter-0.0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for TextQuoter-0.0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e0aecd246cacdbf6c8b39c374b988cb0991e3bb94a1f8e4aba9d864deee37106
MD5 711d304dbbbe3f5b97037d61c3d382d5
BLAKE2b-256 ba7650a3a16a0703abffac4aa1edfa3c52e814a86a2610ebc7d0b7a36d249ec1

See more details on using hashes here.

Supported by

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