Creator tools — downloads

Direct downloads for the utilities listed in the blue Creator tools tab on the homepage. No trading content here — just Python scripts you run on your own computer.

Why this page exists: The old links pointed at signals.html, which is built for optional TradingView / subscription downloads and loads different content depending on your session. That was confusing. Use this page instead for YouTube + MIDI tools.

YouTube API Manager

Python script to help manage YouTube uploads in bulk: descriptions, tags, comments, backups, and related workflows. You supply your own Google Cloud OAuth client JSON and token (never committed to git).

Requires Python 3 and pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib. Follow the setup comments at the top of the file. Optional companion: youtube_api_public.py

MIDI tools

Command-line MIDI helper for .mid files: merge tracks, quantize, lift low notes by octaves, clean chords, optional 4-bar rubato humanization, and more.

Requires pip install mido. Run python3 MIDI_manipulator_MASTER.py --help for flags.

← Back to home