All Projects → ebemunk → Pgnstats

ebemunk / Pgnstats

Licence: mit
parses PGN files and extracts statistics for chess games

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Pgnstats

Sigmaswiftstatistics
A collection of functions for statistical calculation written in Swift.
Stars: ✭ 617 (+3756.25%)
Mutual labels:  statistics
Learn Julia The Hard Way
Learn Julia the hard way!
Stars: ✭ 679 (+4143.75%)
Mutual labels:  statistics
Scratchapi
A library written in Java for accessing scratch.mit.edu via your Java application...
Stars: ✭ 5 (-68.75%)
Mutual labels:  statistics
Pingouin
Statistical package in Python based on Pandas
Stars: ✭ 651 (+3968.75%)
Mutual labels:  statistics
Git Stats
🍀 Local git statistics including GitHub-like contributions calendars.
Stars: ✭ 5,789 (+36081.25%)
Mutual labels:  statistics
Notes
Notes On Using Data Science & Artificial Intelligence To Fight For Something That Matters.
Stars: ✭ 710 (+4337.5%)
Mutual labels:  statistics
Smile
Statistical Machine Intelligence & Learning Engine
Stars: ✭ 5,412 (+33725%)
Mutual labels:  statistics
Umami
Umami is a simple, fast, website analytics alternative to Google Analytics.
Stars: ✭ 9,228 (+57575%)
Mutual labels:  statistics
Cracking The Data Science Interview
A Collection of Cheatsheets, Books, Questions, and Portfolio For DS/ML Interview Prep
Stars: ✭ 672 (+4100%)
Mutual labels:  statistics
Awesome Python Data Science
Probably the best curated list of data science software in Python.
Stars: ✭ 812 (+4975%)
Mutual labels:  statistics
Distributions.jl
A Julia package for probability distributions and associated functions.
Stars: ✭ 654 (+3987.5%)
Mutual labels:  statistics
Statswithjuliabook
Stars: ✭ 655 (+3993.75%)
Mutual labels:  statistics
Statistical Rethinking With Python And Pymc3
Python/PyMC3 port of the examples in " Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath
Stars: ✭ 713 (+4356.25%)
Mutual labels:  statistics
Boltons
🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.
Stars: ✭ 5,671 (+35343.75%)
Mutual labels:  statistics
Realchess
Mod for Minetest to play a realistic chess game (GUI-based)
Stars: ✭ 5 (-68.75%)
Mutual labels:  chess
Machine learning tutorials
Code, exercises and tutorials of my personal blog ! 📝
Stars: ✭ 601 (+3656.25%)
Mutual labels:  statistics
Fecon235
Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics
Stars: ✭ 708 (+4325%)
Mutual labels:  statistics
Reddit Pgn To Gif
Converts PGN from /r/chess into gifs hosted on imgur and leaves a reddit comment
Stars: ✭ 16 (+0%)
Mutual labels:  chess
Ruby Stats
Fetch statistics about your machine using Ruby
Stars: ✭ 5 (-68.75%)
Mutual labels:  statistics
Statsmodels
Statsmodels: statistical modeling and econometrics in Python
Stars: ✭ 6,935 (+43243.75%)
Mutual labels:  statistics

pgnstats

parses PGN files and extract statistics from them. handles huge files like a champ!

usage

example: pgnstats -f myFile.pgn -o stats.json

help: pgnstats -h

statistics

  • openings tree
  • heatmaps _ square utilization _ move squares _ checking squares _ capture squares
  • results (white win / black win / draw / na)
  • games ending with check / mate
  • game length histogram
  • material count histogram (using standard values)
  • material difference histogram
  • end game material count histogram (using standard values)
  • end game material difference histogram
  • castling (black/white, same/opposite)
  • min/max ELO
  • min/max year
  • branching factor per ply
  • piece tracking
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].