Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 ptf
Copyright (c) 2023 psilabs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
![processed-image](demo.png)

## Installation and Setup
The program ~~is~~ *was* intended to work on a Windows OS with Python versions 3.10-3.12.
However, I can only test this on Ubuntu now.
The program is intended to work on a Windows OS with Python 3.10 or later.

Open a Python virtual environment and install the Git repository. For example:
```console
Expand All @@ -20,4 +19,4 @@ Configure the application:
```console
$ koi configure
```
Command line reference ([koi](docs\command_line\koi.md)).
Command line reference ([koi](docs/command_line/koi.md)).
10 changes: 7 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ Drafts are the main way of adding content to an image. The following items are a
1. [Style fields](subtitle_project/styles.md)

## Command line tools
Commands are the primary way of adding subtitles for a subtitle project.
The `koi` command line tool is the primary interface for project management and subtitle processing.

1. [kksubs command line](command_line/kksubs.md): simple subtitling tool (no game required).
1. [kkp command line](command_line/kkp.md): subtitle project management and integration with the Koikatsu Party/Chara Studio game; extends `kksubs`.
1. [koi command line](command_line/koi.md): unified CLI for project management and subtitle automation.

## Architecture
Understanding the system design and project structure.

1. [Architecture](architecture.md): system architecture, synchronization flow, and design patterns.
Loading