Coder Social home page Coder Social logo

line-us / lineuspythonmodule Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 4.0 138 KB

The LineUsPythonModule is a really simple and easy way to get started with controlling your Line-us from Python

Home Page: https://line-us.com

License: GNU General Public License v3.0

Python 100.00%
line-us robot drawing-robot python draw

lineuspythonmodule's Introduction

Welcome to LineUsPythonModule!

The LineUsPythonModule is a really simple and easy way to get started with controlling your Line-us from Python. Take a look at the Quickstart section in the documentation to get going.

Documentation

Full documentation for the Line-us Python module is available on ReadTheDocs

What is Line-us?

Line-us is an internet connected robot drawing arm. It's small, portable and draws with a nice wobbly line using a real pen on paper. The free app lets you draw, send messages, share sketchbooks or enjoy collecting artworks from others!

Line-us was created in London by Durrell Bishop and Robert Poll. There is a lot more information on our website: https://www.line-us.com

If you have any questions please drop us an email: [email protected] of post on our forum: https://forum.line-us.com

Have fun!!

lineuspythonmodule's People

Contributors

dependabot[bot] avatar robertpoll avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

lineuspythonmodule's Issues

Unable to create LineUs object due tu error with ServiceInfo object

I installed lineus in a python 3.7.5 virtual environnement and tried to create an object and it failed. The error messages says that an unknown attribute of the ServiceInfo object is called.

Is there a specific library dependency that has been missed ?

>>> from lineus import LineUs
>>> tmp = LineUs()
>>> Exception in thread zeroconf-ServiceBrowser__lineus._tcp.local._123145557975040:
Traceback (most recent call last):
  File "/usr/local/anaconda3/envs/robotdraw/lib/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/usr/local/anaconda3/envs/robotdraw/lib/python3.7/site-packages/zeroconf/__init__.py", line 1725, in run
    state_change=service_type_state_change[1],
  File "/usr/local/anaconda3/envs/robotdraw/lib/python3.7/site-packages/zeroconf/__init__.py", line 1479, in fire
    h(**kwargs)
  File "/usr/local/anaconda3/envs/robotdraw/lib/python3.7/site-packages/zeroconf/__init__.py", line 1577, in on_change
    listener.add_service(*args)
  File "/usr/local/anaconda3/envs/robotdraw/lib/python3.7/site-packages/lineus/lineus.py", line 440, in add_service
    line_us = (line_us_name, info.server, socket.inet_ntoa(info.address), info.port)
AttributeError: 'ServiceInfo' object has no attribute 'address'

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.