Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.18 KB

readme.md

File metadata and controls

41 lines (26 loc) · 1.18 KB

popn-naming-type-cost

Overview

  • This script approximately calculates key-stroke counts which need to input certain music game-oriented names.
  • Plus, enables us to compare whether it is more efficient to type title or genre to mention a particular song.
  • This article is based on the result.

Requirements

  • pykakasi (to parse Japanese phrase, supports python 3.6 - 3.9)
  • installing CSV file from external pastebin
    (Title and genre data might be KONAMI's Intellectual Property. In order to keep this repository as MIT License, polluted material would not be included.)

Usage

ok, just run the code like this

python3 main.py

Features

  • load name-packed CSV data
  • parse Japanese phrase
  • convert Japanese as Hepburn
  • calculate typing-count
  • export result as CSV file

External Source

Author

License

MIT License