From 9b628ef6d2e799219971614b664c34a5e4ece6bc Mon Sep 17 00:00:00 2001 From: Bryce W <58643544+02bwilson@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:10:04 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eff18c..1a2592f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Oscilloground

-[![Oscilloground](https://github.com/02bwilson/Oscilloground/actions/workflows/python-app.yml/badge.svg)](https://github.com/02bwilson/Oscilloground/actions/workflows/python-app.yml) +[![Oscilloground](https://github.com/02bwilson/Oscilloground/actions/workflows/python-app.yml/badge.svg)](https://github.com/02bwilson/Oscilloground/actions/workflows/python-app.yml) [![CodeFactor](https://www.codefactor.io/repository/github/02bwilson/oscilloground/badge)](https://www.codefactor.io/repository/github/02bwilson/oscilloground) Oscilloground is a Python program that provides a user-friendly interface to combine different signals and visualize them in the time and frequency domains. It utilizes PyQt6 for the graphical user interface and SciPy for signals. With Oscilloground, you can add custom signals and use various operators to create complex signal combinations for analysis and visualization.