

A music MOD creation support tool for Paradox games. It batch converts Japanese music file names to alphanumeric characters and automatically generates localization files to display the original Japanese titles in-game.
Use "Request" to ask the creator to set up tip receiving.

MODの更新をボタン一つで自動的にParatranzへ同期します。

i18n locale file dynamic load library

This is software that can protect and restore files in its own unique format. You can both protect and restore with just this one tool. It was created as a harassment-themed toy project. However, the contents are quite serious. It creates a .spy file by simply adding a bit of information to the original file. Features (quoted from GitHub README) Multi-stage encryption: A robust process combining classical Vigenère cipher (byte-level XOR) and modern AES-256-GCM. Full-width shared key: Access key generation using 16 full-width characters. Intentionally reduces convenience to create tension during input. Self-destruct function: If the specified expiration date is exceeded by even 1 second, or if the key is entered incorrectly 3 times, the file is overwritten 3 times with random data and physically destroyed. Evidence destruction: Upon successful restoration, the original encrypted file (.spy) is automatically physically destroyed, leaving no trace.

This is a desktop application that resides in the Windows taskbar and allows you to switch the default playback device (such as speakers or headsets) "at lightning speed and intuitively."

llama-cpp-python, which is mainly used to run GGUF local LLM models. It's very convenient, but the setup is quite tedious, so this tool allows you to install the optimal llama-cpp-python for most environments all in one go. Since the main focus is on installing llama-cpp-python, please research and install any other necessary files yourself. It also includes functionality to decide whether or not to create a virtual environment, and after setup, to temporarily (or permanently) download a lightweight model from HuggingFace and test whether it actually works.

Good news for those struggling with transposition reading of sheet music! Select the original key and the converted key, and the scale will be displayed on the staff! When you press a note, it will also play a sound!


Oracle/PL-SQL to PostgreSQL. Support migration with over 80 conversion rules

【For those who want to make puzzle-solving friends with compatible interests】 I can create a profile card to help you find puzzle-solving friends

Czerny 40番練習曲 No.26 を練習するためだけの専用ポリリズムメトロノームですw

A powerful Markdown editor with WYSIWYG split-screen, CodeMirror integration, bidirectional synchronization, and LaTeX formula support.

COBOL assets to Java. Migration support OSS compatible with 10 types of vendor dialects

「これ、もう持ってたっけ?」を防ぐために作った在庫管理ツール。電子部品の型番・数量・保管場所を記録して、二重購入を防ぐ。電子工作ホビイストのためのアプリ。

Make Discord more convenient.

Software that detects duplicate and similar image and PDF files

Paste and detect/clean "invisible characters" that sneak in through copy-paste. Visualize the cause of form rejections. Does not send.

A free tool that aligns scattered fonts, full-width/half-width characters, and position misalignments in PowerPoint materials with one click

スロット、パチンコ、麻雀収支表

Achieve task management and raise a pet!! "It's hard to keep going" "That annoying thing" Children's homework, qualification studies If you keep slacking off, your pet will die By turning that sense of crisis to your advantage, you can overcome all kinds of tasks!!

Let's acquire a visual sense of time.

Find issues in Analytics Improve with Firebase Confirm results in Search Console

あなたのキーボード16タイプ性格診断をします。どのキーボードがあなたに合ってる?

Yahoo!やジョルダンの乗換案内アプリからルートをコピペするだけで乗換駅に近づくとアラームを受けられます。 地下鉄も自動検知でGPSからタイマーによるアラームに自動切り替え。 安心して自分時間に没頭

This is a simple browser timer that alternates between notifying homework time and break time. It helps children work on their homework while setting their own boundaries by clearly indicating homework and break times with large displays and color changes.
# Paradox Interactive Music MOD Support Tool (OGG File Renamer)
A GUI tool that supports music MOD creation for Paradox Interactive games (HoI4, EU4, CK3, etc.).
It batch renames Japanese music files into a format that the game can handle (alphanumeric characters), and automatically generates localization files (.yml) to display the original Japanese titles in-game.
- Batch add prefixes to file names.
- Replace using regular expressions (Regex).
- Auto-resolve duplicate file names with sequential numbering.
_l_japanese.yml that links file names before and after conversion. - Check the "Converted File Name" displayed in the list.
- Rows highlighted in red have issues (character count exceeded or duplicate names). Double-click to edit directly, or use the batch editing tool to fix them.
- Click "▶️" to play the original audio.
.yml files in the output folder. - Place the generated files in the MOD's music folder, etc.
- When creating music definitions (.txt files), you can easily complete the MOD by setting the files generated by this tool to Music Mod Creation Tool.
- PySide6 (Qt GUI)
- pykakasi (for romanization conversion)
- PyYAML (for YAML generation)
Settings are saved in the settings/ folder at the same level as the executable or script.
config.json: Application settings such as character count limits and prefixes.forbidden_chars.json: List of prohibited characters that are replaced with "_" during romanization conversion.You can use PyInstaller to create an executable file that works even in environments where Python is not installed.
pip install pyinstaller
pyinstaller --onefile --noconsole --icon icon.ico --name "OGG File Renamer" --collect-data pykakasi gui_app.pyOnce the build is complete, the executable file is generated in the dist/ folder.
Developed by Ikumyon
Feedback
Share your thoughts, bug reports, or suggestions directly with the developer
Log in to share your feedback
Log in to leave feedback