Skip to content

Help transcript your manuscript Chess Scoresheet into PGN format with timestamps

Notifications You must be signed in to change notification settings

craftidev/TranscriptToPGN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Use

CLI tool to convert your manuscript chess scoresheet into valid PGN format to import anywhere you want with timestamps. Just follow the prompted instructions.

Activity diagram

graph TB
    A[Start]
    A --> B[Prompt User for Starting clock time]
    B --> C[Get PGN Input from User]
    C --> D[Clean Input: Remove Line Breaks]
    D --> E[Extract Chess Moves]
    E --> F[Convert Timestamps]
    F --> G[Iterate Over Moves]
    G --> H[Check for Move Number]
    H --> I[Ask for Timestamp Input]
    I --> J[Update Timestamp in Moves]
    J --> K[Switch Turn]
    K --> L[Join Moves]
    L --> O{All Moves Reviewed?}
    O -- No --> G
    O -- Yes --> P[Display Final PGN]
Loading

About

Help transcript your manuscript Chess Scoresheet into PGN format with timestamps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages