awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesHumanization Utilities

Tools for converting data into human-readable formats.

Explore 6 awesome GitHub repositories matching part of an awesome list · Humanization Utilities. Refine with filters or upvote what's useful.

Awesome Humanization Utilities GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • humanizr/humanizerAvatar de Humanizr

    Humanizr/Humanizer

    9,717Voir sur GitHub↗

    Humanizer is a .NET natural language formatter and string manipulation library designed to convert technical identifiers, numbers, and dates into grammatically correct, human-readable text. It functions as a pluralization engine, localization utility, and case conversion tool for the .NET ecosystem. The library provides specialized capabilities for transforming programming conventions like PascalCase or snake_case into readable sentences and vice versa. It distinguishes itself by handling irregular and uncountable English words during pluralization and singularization, and by applying culture

    Converts time durations into human-friendly strings with configurable precision.

    C#hacktoberfestlocalization
    Voir sur GitHub↗9,717
  • vercel/msAvatar de vercel

    vercel/ms

    5,536Voir sur GitHub↗

    Ceci est une bibliothèque de conversion de temps JavaScript conçue pour formater des entiers en millisecondes en durées lisibles par l'homme et analyser des chaînes basées sur des unités pour revenir au total en millisecondes. Elle sert d'utilitaire pour gérer la transition entre les durées lisibles par machine et les représentations textuelles. La bibliothèque fournit un mappage bidirectionnel, permettant la conversion de nombres bruts en chaînes et l'analyse de chaînes contenant des unités comme les jours, les heures et les minutes pour revenir à des comptes de millisecondes numériques. Elle prend en charge à la fois les formats de temps abrégés et écrits en toutes lettres.

    Acts as a formatter that turns large millisecond integers into abbreviated or full written-out time durations.

    TypeScript
    Voir sur GitHub↗5,536
  • ariaminaei/pretty-errorAvatar de AriaMinaei

    AriaMinaei/pretty-error

    1,524Voir sur GitHub↗

    See node.js errors with less clutter

    Format errors for better readability.

    CoffeeScript
    Voir sur GitHub↗1,524
  • sindresorhus/pretty-bytesAvatar de sindresorhus

    sindresorhus/pretty-bytes

    1,300Voir sur GitHub↗

    Convert bytes to a human readable string: 1337 → 1.34 kB

    Convert bytes to human-readable strings.

    JavaScript
    Voir sur GitHub↗1,300
  • sindresorhus/pretty-msAvatar de sindresorhus

    sindresorhus/pretty-ms

    1,208Voir sur GitHub↗

    Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s

    Convert milliseconds to human-readable strings.

    JavaScript
    Voir sur GitHub↗1,208
  • tjatse/node-readabilityAvatar de Tjatse

    Tjatse/node-readability

    346Voir sur GitHub↗

    Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English.

    Extract readable content from web pages.

    JavaScript
    Voir sur GitHub↗346
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Humanization Utilities

Explorer les sous-tags

  • Collection FormattersUtilities for converting lists of items into grammatically correct, punctuated strings. **Distinct from Humanization Utilities:** Distinct from general humanization by focusing specifically on the punctuation and joining logic of collections.
  • Duration FormattersUtilities for converting time spans into human-friendly descriptive strings. **Distinct from Humanization Utilities:** Specializes in time duration formatting rather than general data humanization.