Skip to content

Refactor python2 scripts for python3 #19

Open
@markus2342

Description

There are a number of python2 scripts in the scripts directory which should be converted to python3.

Typical issues to be encountered will be the use of strings as arguments to socket.sendto. This behaviour has changed with python3. socket.sendto now accepts a byte type as argument.
Ideally these affected scripts would be modified to use the FlipdotAPI which takes care of sending data to the flipdot matrix.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions