Metadata-Version: 2.4
Name: tuney
Version: 0.3.0
Summary: 🎶 Turn text into music (#noAI) 🎶
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: customtkinter>=5.2.2
Requires-Dist: mido>=1.3.3
Requires-Dist: numpy>=2.4.1
Requires-Dist: pydantic-settings>=2.14.0
Requires-Dist: pydantic>=2.13.3
Requires-Dist: pynput>=1.8.1
Requires-Dist: sounddevice>=0.5.3
Requires-Dist: soundfile>=0.13.1
Requires-Dist: ty>=0.0.13
Requires-Dist: typer>=0.20.1
Description-Content-Type: text/markdown

# tuney

Turn typing or text into musical notes.

* Highly configurable
  * Note mappings
  * Microtonal scales
  * Timings

* Multiple forms of output
  * Built-in synthesizer
  * MIDI send
  * Standard MIDI File (.smf)
  * Text
  * JSON

* Two forms of input
  * Text files, with customizable timing
  * Live typing
  * (MIDI to text - not yet implemented)
