Skip to content

Commit 828c87e

Browse files
committed
Update README
1 parent 37a7507 commit 828c87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# PGN2ABK
22
This is the simple tool to generate ABK (Arena's book format) files using a collection of games saved in the PGN file. There are several sources of PGN files, my favorite one is https://database.lichess.org/. It takes about 30 minutes to parse 190 GB file on normal HDD.
33

4+
Program has been written in C# for .NET Core 3 platform. It uses [CommandLineParser](https://github.com/commandlineparser/commandline) (to parse parameters) and [ShellProgressBar](https://github.com/Mpdreamz/shellprogressbar).
5+
46
# Usage
57

68
```

0 commit comments

Comments
 (0)