Coder Social home page Coder Social logo

Comments (3)

endel avatar endel commented on April 27, 2024

That's a nice idea, maybe a JSON file per category, and a reader to export it to markdown.

from games.

mdtrooper avatar mdtrooper commented on April 27, 2024

Well. Do we wait for leereilly approval? Or Maybe Do you want to start?

I am thinking that a directory with the tools and other with the data....maybe it is a good idea.

I have been starting to write a small tool (as json2markdown.py) but I have not done the commit.

import json
import pprint

files = ['test.json']
for f in files:
    pprint.pprint(f)
    json_file = open(f, 'r').read()

    pprint.pprint(json.loads(json_file))
``

from games.

leereilly avatar leereilly commented on April 27, 2024

I think this is a great idea, but I'd prefer to keep it as simple markdown in the README.md file. Having a master YAML or JSON file would work for me, but I'd like to keep it as approachable as possible for people unfamiliar with these file formats, Python, etc.

As an aside, I started gamebyt.es a couple of years ago (based on multiple YAML files), but I haven't had as much time as I'd like to keep it updated. If you have any thoughts about that, I'd love to hear them 😸

Cheers,
Lee 🍻

from games.

Related Issues (20)

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.