yuyan-z / COSE-player

A tool for player the Airline Game automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COSE-player

A tool for player the Airline Game automatically.

Exhaustive search is possible, but it costs to much time. Strategy is still needed.

PS: If you like this program, plz give me a star ⭐

Requirement

Pycharm 2023.2.1.0
python 3.11.4
selenium 3.141.0
pandas 2.1.1

Example

  1. modify or add the data for each year in /data/yearX.csv
  2. run main.py
coseplayer = Coseplayer()
# run until the end year, use the last data in yearX.csv
coseplayer.run(end_year=2)
# repeat the year, use all data in year[repeat].csv
coseplayer.repeat(repeat_year=1)
  1. results are added in the end in result_yearX.csv, so the previous results can be saved

    image

About

A tool for player the Airline Game automatically

License:MIT License


Languages

Language:Python 100.0%