Giter Club home page Giter Club logo

Comments (3)

xuv avatar xuv commented on August 25, 2024

I can't really speak for Guile, because I never used it. I do write scripts in Python though. Although, so far. I don't now why I would need to write a python script to manipulate InklingReader. I see InklingReader as a conversion tool from an unreadable proprietary format to something humanly readable. Maybe I don't fully understand the scope of your proposal. But the only option where I would be glad to have a Python wrapper is if you get the 'online-mode' working. Then the Inkling could be used as a real time interface.
My 2ยข

from inklingreader.

roelj avatar roelj commented on August 25, 2024

Well, what I could do is provide the functionality of converting WPI to SVG or JSON to Python a la:

import inklingreader
my_svg_data_variable = Inkling.convert_wpi_to_svg ("SKETCH123.WPI")
my_json_data_variable = Inkling.convert_wpi_to_json ("SKETCH123.WPI")

Which would give easy access to converting a file to data that can be handled with Python or Guile.

from inklingreader.

roelj avatar roelj commented on August 25, 2024

Due to lack of interest I'm going to drop this "feature". Output as JSON provides a way to use the data easily in other languages.

from inklingreader.

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.