Showcase visualizations of Jun Kazama data in Tekken 8.
Focus primarily on Jun Kazama from Tekken 8.
Some move variations were excluded.
Jun Kazama data is based on https://rbnorway.org/jun-t8-frames/.
Moves with multiple hits had their frame averaged.
- Go to main.py
- Specify the SQLite database name if needed
sqlite_db = 'jun_kazama.db' # can be specified
- Run the script
tekken8_scraper Package
- Scrape Jun Kazama data from https://rbnorway.org/jun-t8-frames/
- Store in Pandas DataFrame
- Clean data in the DataFrame
- Migrate the DataFrame to SQLite database
- Create SQLite database named jun_kazama.db
- Database name can be specified in main.py
- Create SQLite database named jun_kazama.db