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.32.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.32-py3-none-any.whl (49.1 kB view details)

Uploaded Python 3

File details

Details for the file long-s-1.0.32.tar.gz.

File metadata

  • Download URL: long-s-1.0.32.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.32.tar.gz
Algorithm Hash digest
SHA256 ac53daa23c9f74dcc2d2f2543305d61cead12058a00876597cef958455c34a82
MD5 b53819a782d4f944ef050d0298bf7480
BLAKE2b-256 d0500b07a5977520e47e3deaf6afa6c9687e97e451f212f7fbd358375aacdb56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: long_s-1.0.32-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.32-py3-none-any.whl
Algorithm Hash digest
SHA256 2efedb629a1f5b9c9828448e45e2846b959c953b331e2914d2c04b6bc3e32084
MD5 3b0cd64aee0f9878c8ee2ccdb47dbc24
BLAKE2b-256 cb28db684774fd8fe2c2d0dbbe7f14404159d5deba23e7ed9693ef84bbc8219e

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