Skip to content

Zetaphor/SysTone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SysTone: Make busy computers noisy again

systone_logo

Logo by DALL-E, edited by Zetaphor. Application and README written in collaboration with GPT-4

Overview

SysTone is a software project that creates an auditory representation of your computer's performance. It plays oscillating tones where the frequency and modulation are influenced by the CPU's current load, reminiscent of the sounds made by older, mechanically noisier computers.

Demo

Systone.Demo.mp4

Installation

To run SysTone, you need to have Python installed on your system. Additionally, you must install the necessary dependencies listed in requirements.txt.

  1. Clone this repository or download the source code.
  2. Install the required Python packages:
pip install -r requirements.txt

Usage

To start SysTone, run the main Python script:

python SysTone.py

The script will start playing an oscillating tone, modulated based on your CPU load. You can terminate the program by pressing Ctrl+C.

Requirements

  • Python 3.x
  • Numpy
  • PyAudio
  • Psutil

License

MIT License

About

Make busy computers noisy again

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages