Git Product home page Git Product logo

netrunner's Introduction

Netrunner

This project is a Streamlit app built to visualize and share netrunner cards, trends, and statistics.

Getting Started

To start developing on this project, run:

pip3 install -r requirements.txt  # install project dependencies.

To run the project run

streamlit run netrunner/app.py  # run the netrunner server locally

And then navigate in your browser to http://localhost:8501 (or the url indicated in the output of the above command). While the server is running, all changes will be auto-updated on save, just refresh the browser. You can also toggle on "auto-reload" in the menu in the upper right corner of the browser.

To run tests, run:

pytest

Streamlit Concepts

Streamlit embraces scripting, and magically renders any data you give it. Anytime anything needs to be updated on the page (perhaps after user input), streamlit reruns the entire python script from top to bottom. For this reason, code needs to be written in a way that can be rerun, and should rely on session state to persist data in a user session between runs. Session state is not shared across user sessions.

You can read more here.

To Do

  1. Implement ABR Client
  2. Implement NRDB Client
  3. Add dataclasses for Deck, Decklist, and Faction
  4. Graph tournament results
    1. Tournament winning id histogram
    2. Tournament winning id histogram by month
  5. Tournament Result Filters
    1. Default tournament lookup to last 6 months
    2. Dates
    3. Country/ region?
    4. Event Type? (CO, GNK, AMT)
    5. Format/ card pool
  6. Add Sidebar for multiple "app pages"
  7. Add Ob app

netrunner's People

Contributors

syeoryn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.