A desktop chain viewer for the CYBERLEEK site, built with Python + customtkinter. It reads everything straight from Solana mainnet RPC — no website, no browser, no backend, no wallet connect.
Main UI: token info, trade links, and the on-chain LEEKS list with mirrors.

Poll tab: live vote bars from token balances, vote addresses, countdown.

dist\CyberleekViewer.exe, no Python needed.CyberleekViewer.zip, extract it, and run
CyberleekViewer\CyberleekViewer.exe — no Python or dependencies needed. git clone https://github.com/ZeroHackz/cyberleek-viewer.git
cd cyberleek-viewer
launcher.bat creates the virtual environment, installs
dependencies, and starts the app.build.bat
The app folder lands in dist\CyberleekViewer\cyberleek-viewer/
app.py # customtkinter GUI
cyberleek.py # RPC client + on-chain decoders (no UI deps)
make_icon.py # icon generator
cyberleek.spec # PyInstaller spec
launcher.bat # first-run setup + launch (no console window)
build.bat # builds dist\CyberleekViewer\ + auto-zips it
smoke.py # headless GUI smoke test
requirements.txt
assets/icon.ico # app + exe icon
screenshots/
dist/ # build output (git-ignored, released via GitHub Releases)
7 commits
Python
95.4%
Batchfile
4.6%
A desktop chain viewer for the CYBERLEEK site, built with Python + customtkinter. It reads everything straight from Solana mainnet RPC — no website, no browser, no backend, no wallet connect.
Main UI: token info, trade links, and the on-chain LEEKS list with mirrors.

Poll tab: live vote bars from token balances, vote addresses, countdown.

dist\CyberleekViewer.exe, no Python needed.CyberleekViewer.zip, extract it, and run
CyberleekViewer\CyberleekViewer.exe — no Python or dependencies needed. git clone https://github.com/ZeroHackz/cyberleek-viewer.git
cd cyberleek-viewer
launcher.bat creates the virtual environment, installs
dependencies, and starts the app.build.bat
The app folder lands in dist\CyberleekViewer\cyberleek-viewer/
app.py # customtkinter GUI
cyberleek.py # RPC client + on-chain decoders (no UI deps)
make_icon.py # icon generator
cyberleek.spec # PyInstaller spec
launcher.bat # first-run setup + launch (no console window)
build.bat # builds dist\CyberleekViewer\ + auto-zips it
smoke.py # headless GUI smoke test
requirements.txt
assets/icon.ico # app + exe icon
screenshots/
dist/ # build output (git-ignored, released via GitHub Releases)
7 commits
Python
95.4%
Batchfile
4.6%