Skip to content

Leinadium/WCAYear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Map of WCA Competitions

A Python script to visualize all the competitions announced at worldcubeassociation.org

Requeriments

matplotlib and cartopy, as well as requests, datetime and json.

How to use

  1. Download all requeriments. Edit INITIAL_DATE in main.py, and run it.

  2. Enter 'U' to update competitions from WCA's API, or left empty if it is already up to date. It will create all frames at frames/

  3. To generate a video, you can use ffmpeg: ffmpeg -framerate 15 -i frames\frame%4d.png -c:v h264 -r 30 -s 1920x1080 test.mp4

Credits

Releases

No releases published

Packages

No packages published

Languages