Skip to main content

This Python tool accurately inserts the historical long S character ( ſ ) back into the given text to make it appear as if it were written before the 20th century. English, French, German, Spanish and Italian are supported.

Project description

py-long-s

This Python tool accurately inserts the historical long S character ( Å¿ ) back into the given text to make it appear as if it were written before the 20th century.

English, French, German, Spanish, and Italian are supported.

Installation

pip install long-s

The libraries used in this project can be installed separately by using:

pip install numpy python-docx odfpy unidecode

Online Converter

There's also a JavaScript version available that can be used online.


Example

import long_s

print(long_s.convert("The discussion was surprisingly insightful.", lang="en"))
print(long_s.convert("La discussion était étonnamment perspicace.", lang="fr"))
print(long_s.convert("Die Diskussion war überraschend aufschlussreich.", lang="de"))
print(long_s.convert("La discusión fue sorprendentemente perspicaz.", lang="es"))
print(long_s.convert("La discussione è stata sorprendentemente perspicace.", lang="it"))
The diſcuſſion was ſurpriſingly inſightful.
La diſcuſſion était étonnamment perſpicace.
Die Diskuſſion war überraſchend aufſchluſsreich.
La diſcuſión fue ſorprendentemente perſpicaz.
La diſcuſſione è ſtata ſorprendentemente perſpicace.

Converting Files

.txt files

long_s.convert_text_file(src_path="story.txt", dst_path=None, lang="en"))

Since dst_path is None, the program will save the converted text file as story-long-s.txt.


.odf files

long_s.convert_odf_file(src_path="story.odt", dst_path="old-story.odt", lang="en"))

.docx files

long_s.convert_docx_file(src_path="märschen.docx", lang="de"))

Special Thanks

Thank you Andrew West of the TeX Users Group for the documentation found under The Rules for Long S, which was fundamental in writing the conversion functions for English, French, Spanish, and Italian.

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

long_s-1.0.33.tar.gz (46.6 kB view details)

Uploaded Source

Built Distribution

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

long_s-1.0.33-py3-none-any.whl (49.1 kB view details)

Uploaded Python 3

File details

Details for the file long_s-1.0.33.tar.gz.

File metadata

  • Download URL: long_s-1.0.33.tar.gz
  • Upload date:
  • Size: 46.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.6

File hashes

Hashes for long_s-1.0.33.tar.gz
Algorithm Hash digest
SHA256 1fc07a2569812a7c58dce6cf2951e39094a2a99edec92ccf5a098bc0ee72153b
MD5 cdcce3ee3637572a2c5f446fc4a45c78
BLAKE2b-256 d00b82dc0fa4c981e80143001ae6f99177d96677782e43ba3e9b4d766ff390fb

See more details on using hashes here.

File details

Details for the file long_s-1.0.33-py3-none-any.whl.

File metadata

  • Download URL: long_s-1.0.33-py3-none-any.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.6

File hashes

Hashes for long_s-1.0.33-py3-none-any.whl
Algorithm Hash digest
SHA256 8c8d356df0d955f8f1325135d841d898d1413f6ac9beb10ed1d8a35bb128568f
MD5 9a430ead17ed3f55bc6ae51888414ea2
BLAKE2b-256 bad6c658cf0c1bd4b418e6baa610d6a3288cbc7857a41cacea21ed2cde7a8c2d

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