Skip to content

Commit 4078e0d

Browse files
authored
Added CTkVisualizer
New Addition
1 parent ef8d57c commit 4078e0d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

assets/database.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,21 @@
713713
"tags": ["customtkinter", "listbox", "combobox", "optionmenu", "menu"]
714714
},
715715

716+
717+
"CTkVisualizer": {
718+
"name": "ctkvisualizer",
719+
"type": "pip",
720+
"icon": "ctk",
721+
"desc": "Audio Visualizer for CTk",
722+
"full_desc": "CTkVisualizer is an interactive and visually engaging tool that transforms audio data into dynamic visual representations. Utilizing Python libraries such as librosa, pygame, and customtkinter, this application provides real-time visualization of audio frequencies and amplitudes through colorful, animated bars. Users can play audio files, pause, and adjust volume levels, while enjoying a captivating display that enhances their listening experience. Ideal for music lovers, developers, and artists, this project showcases the beauty of sound through visual art.",
723+
"author": "Loris Dante (iLollek)",
724+
"highlights": ["Real-Time Visualization: Experience live audio visualization with animated \nbars that respond instantly to changes in frequency and amplitude.", "Customizable Color Schemes: Personalize the visualizer by changing the \ncolor of the audio bars to suit your preferences or the mood of the music.","Dynamic Audio Playback Control: Easily control playback with methods to \nplay, pause, and resume audio, along with volume adjustments for a tailored \nlistening experience.","Transparent Bar Effects: Enhance visual aesthetics with optional \ntransparency effects, creating a unique and immersive experience."],
725+
"repo_url": "https://github.com/iLollek/CTkVisualizer",
726+
"image_url": "https://raw.githubusercontent.com/iLollek/CTkVisualizer/refs/heads/main/image.png",
727+
"installation": "pip install CTkVisualizer",
728+
"tags": ["audio visualizer", "music visualizer", "visualizer", "ctkvisualizer", "animation", "sound"]
729+
},
730+
716731
"TkVisualizer": {
717732
"name": "tkvisualizer",
718733
"type": "manual",

0 commit comments

Comments
 (0)