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

Uploaded Python 3

File details

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

File metadata

  • Download URL: long-s-1.0.31.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.31.tar.gz
Algorithm Hash digest
SHA256 26dd6c9be75a00b19747f26c61045fa80d493fb16371817beda73497ee420a1b
MD5 9a18c26fa63a333a7e03896caa631395
BLAKE2b-256 82ded3688f5b403538144e7ee792f71922427ec6e8ffab97a72164135ef32fce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: long_s-1.0.31-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.31-py3-none-any.whl
Algorithm Hash digest
SHA256 424d3aaf2117705636dbc6bbc3e3d32bc0a40d222be71a5c28b588a58d4fd2e5
MD5 c41f03f633a393358d3183e979d2ecf5
BLAKE2b-256 f2d8cf00719706bb4f866999ccc83da984f0dbba42609943417bd8154758cc41

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