Skip to content
Merged
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

**Turn a whole folder of videos into tidy bilingual subtitles — entirely on your own computer.**

📄 [MIT License](LICENSE)  ·  🐍 Python 3.12+  ·  💻 macOS / Windows  ·  🔒 100% local  ·  ✅ 137 tests
[![CI](https://github.com/TN019/scripto/actions/workflows/ci.yml/badge.svg)](https://github.com/TN019/scripto/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-4338ca.svg)](LICENSE)
[![Python 3.12+](https://img.shields.io/badge/Python-3.12%2B-3776ab.svg)](pyproject.toml)
[![Platform](https://img.shields.io/badge/Platform-macOS%20%7C%20Windows-6366f1.svg)](#-quick-start)

**English** | [简体中文](README.zh.md)

Expand Down
5 changes: 4 additions & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

**把一整个文件夹的视频,变成整理好的双语字幕——全程在你自己的电脑上。**

📄 [MIT 许可](LICENSE)  ·  🐍 Python 3.12+  ·  💻 macOS / Windows  ·  🔒 100% 本地  ·  ✅ 137 项测试
[![CI](https://github.com/TN019/scripto/actions/workflows/ci.yml/badge.svg)](https://github.com/TN019/scripto/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-4338ca.svg)](LICENSE)
[![Python 3.12+](https://img.shields.io/badge/Python-3.12%2B-3776ab.svg)](pyproject.toml)
[![Platform](https://img.shields.io/badge/Platform-macOS%20%7C%20Windows-6366f1.svg)](#-快速开始)

[English](README.md) | **简体中文**

Expand Down
Loading