vitogit / pgn-tactics-generator

Generate chess puzzles / tactics from a pgn file
MIT License
114 stars 28 forks source link

A short note on `sys` module #15

Closed Ajay-Singh-Rana closed 3 years ago

Ajay-Singh-Rana commented 3 years ago

A short note on the sys module had been add to the README.md file as requested by you.

vitogit commented 3 years ago

Sorry @Ajay-Singh-Rana I wanted just a simple note about how to use the download_tournaments.py command, like this

 Downloading games from tournaments
You can download games from multiple tournaments using this command:

`python3 download_tournaments.py E14kHVwX tdntXNhy`

**The arguments are the tournaments ids separate by a space**

It will save the games in the `games.pgn` file

so I went ahead I did it in this PR https://github.com/vitogit/pgn-tactics-generator/pull/17 and also I updated other things to clarify the readme. So I will close this pr as the changes that I requested are already in my pr.