Skip to content

ThatCakeID/zz-cli-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZryteZene - Banner

zz-cli-python

Overview

zz-cli-python is a text-based command-line interface written in Python, it uses the requests module to communicate with Firebase features via REST, and uses python-vlc as it's audio backend.

Note

This client is read-only, which means no authentication is required and the upload feature is completely absent.

Usage

List all music entries:

$ zryte-cli list

Play a song via ID:

$ zryte-cli stream <id>

Search a song by it's name:

$ zryte-cli search <name>

Requirements

  • Python 3.10 or greater

Dependencies

Use requirements.txt to install required dependencies:

$ pip install -r requirements.txt

Installation

Windows

This client does not have a proper installer for Windows, you can clone the repository and install required dependencies instead.

GNU/Linux

Under construction!

macOS

Under construction!

License

This project is licensed under the GNU GPL V3 license.

About

The original ZryteZene CLI, written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 92.2%
  • Shell 4.0%
  • Batchfile 3.8%