An open API service indexing awesome lists of open source software.

https://github.com/thestaticturtle/script_land

Little place where I put script that I tend to re-write all the time
https://github.com/thestaticturtle/script_land

Last synced: 10 days ago
JSON representation

Little place where I put script that I tend to re-write all the time

Awesome Lists containing this project

README

          

# Script Land

Little place where I put script that I tend to re-write all the time
## Table of content:
|Category|Script|Function|
|--|--|--|
|Show/Light|python\artnet_receiver.py|Quick and dirty threaded artnet(DMX Over Ethernet) receiver|
|Bot|python\twitch_chat.py|Simple implementation of a twitch chat client using the irc port|
|Misc|python\variable_limiter.py|Multiple rate/limiter queues classes|
|RF/Space|python\tle_manager.py|Wrapper around pyephem that search for tle data from norad and get satellite frequencies|
|RF/Space|python\sdrsharp_controller.py|Python class to controll the GPredict connector module for SDR#|
|Communication|scripts\route_slip.sh|Command to establish a ethernet connection over a serial port|
|Tools/Debugging|scripts\endpoint_redirector.py|Quick flaks app to redirect every request to a server and saving requests informations|
|RF/Space|python\doppler.py|Little script that compute the doppler for a satellite/frequency|
|ICs/Libs|circuitpython\libs\MCP4XXX.py|CircuitPython library for the MCP4XXX familly|
|ICs/Libs|circuitpython\libs\M62429.py|CircuitPython library for the M62429 volume control IC|
|Tools|python\simple_signal.py|Simple signaling system for python scritps|