Home > eRepublic-market

eRepublic-market

ERepublic-market is a project mainly written in Python, it's free.

Market analysis of eRepublic

Create database: sqlite3 market.db sqlite> CREATE TABLE market(datetime datetime, company int, country int, item int, quality int, price float, amount int);