๐ซ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # More updated code here: https://github.com/niskala5570/sari_kata-rumikejawi | |
| import pysubs2 | |
| import os | |
| import re | |
| folder_masuk = "Masuk" | |
| folder_keluar = "Keluar" | |
| folder_kamus = "Kamus" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Diatur huruf oleh ChatGPT | |
| #Untuk kegunaan fail katan kamus TSV Rumi > Jawi | |
| import csv | |
| import os | |
| import json | |
| SETTINGS_FILE = 'tetapan_pengubah.json' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import csv | |
| import os | |
| import json | |
| SETTINGS_FILE = 'tetapan_penambah.json' | |
| def read_tsv_file(file_path): | |
| data = [] | |
| with open(file_path, 'r', encoding='utf-8', newline='') as tsv_file: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Importkan sahaja sebaris css ini */ | |
| @import url('//cdn.jsdelivr.net/gh/projeksyirayuki/sesawang@latest/js-css/PasuanJawi.css'); | |
| /* Atau guna kod css yg di bawah */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Ubah nama pasuan kedua di bawah */ | |
| /* Change the second font name */ | |
| * { | |
| --main-font: gg sans, Amiri, Helvetica Neue, Helvetica; | |
| --code-font: Consolas, Amiri, Liberation Mono, Menlo, Courier, monospace; | |
| } | |
| /* Mengubah ketinggian baris agar tidak terpotong */ | |
| /* Change the line height so won't get cropped */ |
NewerOlder