Skip to content

Sakkyoku-Sha/gojyuuonjyunn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gojyuuonjyunn

Simple Wrapper to Sort Japanese Strings in Gojyuuonjyunn Order

Installation

You can install the package using pip:

pip install gojyuuonjyunn

Usage

Here is an example of how to use the sort method to sort a list of Japanese strings in Gojyuuonjyunn order:

import gojyuuonjyunn

strings = ["こんにちは", "さようなら", "ありがとう"]
sorted_strings = gojyuuonjyunn.sort(strings)
print(sorted_strings)

Releases

No releases published

Packages

No packages published

Languages