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
- Host: GitHub
- URL: https://github.com/thestaticturtle/script_land
- Owner: TheStaticTurtle
- License: gpl-3.0
- Created: 2020-08-13T17:26:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T17:36:05.000Z (almost 4 years ago)
- Last Synced: 2026-03-01T22:49:44.930Z (5 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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|