Skip to content

Commit 3cd6873

Browse files
authored
Revise README with project details and license
Updated project description and added license information.
1 parent 1a6c905 commit 3cd6873

1 file changed

Lines changed: 40 additions & 2 deletions

File tree

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
1-
# Python-Sound-Wave-Analysis
2-
Sound wave visualization using python
1+
# Python Sound Wave Analysis
2+
3+
A simple open-source project for analyzing and visualizing sound waves using Python. Clean, lightweight, and beginner-friendly.
4+
5+
---
6+
7+
## License
8+
This project is licensed under the **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)** license.
9+
You may use, share, and modify the project **with attribution**, but **not for commercial purposes**.
10+
11+
Full license text is available in the `LICENSE` file.
12+
13+
---
14+
15+
## Getting Started
16+
17+
Clone the repository:
18+
19+
```bash
20+
git clone https://github.com/TorresjDev/Python-Sound-Wave-Analysis.git
21+
````
22+
23+
Install dependencies:
24+
25+
```bash
26+
pip install -r requirements.txt
27+
```
28+
29+
Run the program:
30+
31+
```bash
32+
python main.py
33+
```
34+
35+
---
36+
37+
## Author
38+
39+
Created by **Jesus Torres (TorresjDev)**
40+

0 commit comments

Comments
 (0)