fixed ignore issues hopefully

This commit is contained in:
klein panic
2024-11-01 17:28:03 -04:00
parent 8d09cfb89f
commit b6680be0ab
46 changed files with 1 additions and 309 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
venv/
sample_tests/

View File

@@ -1,4 +0,0 @@
ID,Name,Age,Email,Country,Score,Grade
1,Alice,25,alice@example.com,USA,88,B
2,Bob,30,bob@example.com,UK,92,A
3,Charlie,35,charlie@example.com,Canada,85,B
1 ID Name Age Email Country Score Grade
2 1 Alice 25 alice@example.com USA 88 B
3 2 Bob 30 bob@example.com UK 92 A
4 3 Charlie 35 charlie@example.com Canada 85 B

View File

@@ -1,4 +0,0 @@
ID,Name,Age
1,Alice,25
2,Bob,30
3,Charlie,35
1 ID Name Age
2 1 Alice 25
3 2 Bob 30
4 3 Charlie 35

View File

@@ -1,4 +0,0 @@
ID,Email,Country
1,alice@example.com,USA
2,bob@example.com,UK
3,charlie@example.com,Canada
1 ID Email Country
2 1 alice@example.com USA
3 2 bob@example.com UK
4 3 charlie@example.com Canada

View File

@@ -1,4 +0,0 @@
ID,Score,Grade
1,88,B
2,92,A
3,85,B
1 ID Score Grade
2 1 88 B
3 2 92 A
4 3 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

View File

@@ -1,4 +0,0 @@
Hello there,
This is a sample text file for testing the Text-to-Speech conversion script.
We are converting this text into an audio file.
Enjoy testing your script!

Binary file not shown.

Binary file not shown.

View File

@@ -1,12 +0,0 @@
# Sample Markdown File
This is a sample Markdown file containing a table.
| Name | Age | Email |
|----------|-----|------------------------|
| Alice | 25 | alice@example.com |
| Bob | 30 | bob@example.com |
| Charlie | 35 | charlie@example.com |
Thank you for using this sample file.

View File

@@ -1,4 +0,0 @@
Name,Age,Email
Alice,25,alice@example.com
Bob,30,bob@example.com
Charlie,35,charlie@example.com
1 Name Age Email
2 Alice 25 alice@example.com
3 Bob 30 bob@example.com
4 Charlie 35 charlie@example.com

View File

@@ -1,6 +0,0 @@
Name,Age,Email,Score
Alice,25,alice@example.com,88.5
Bob,30,bob@example.com,92.3
Charlie,35,charlie@example.com,79.0
David,40,david@example.com,85.4
Eve,28,eve@example.com,91.2
1 Name Age Email Score
2 Alice 25 alice@example.com 88.5
3 Bob 30 bob@example.com 92.3
4 Charlie 35 charlie@example.com 79.0
5 David 40 david@example.com 85.4
6 Eve 28 eve@example.com 91.2

Binary file not shown.

View File

@@ -1,20 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample HTML</title>
</head>
<body>
<h1>Welcome to Sample HTML</h1>
<p>This is a simple HTML file for testing the HTML to Markdown conversion.</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p>Thank you for using the sample HTML file.</p>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,32 +0,0 @@
[
{
"Name": "Alice",
"Age": "25",
"Email": "alice@example.com",
"Score": "88.5"
},
{
"Name": "Bob",
"Age": "30",
"Email": "bob@example.com",
"Score": "92.3"
},
{
"Name": "Charlie",
"Age": "35",
"Email": "charlie@example.com",
"Score": "79.0"
},
{
"Name": "David",
"Age": "40",
"Email": "david@example.com",
"Score": "85.4"
},
{
"Name": "Eve",
"Age": "28",
"Email": "eve@example.com",
"Score": "91.2"
}
]

View File

@@ -1,10 +0,0 @@
# Welcome to Sample HTML
This is a simple HTML file for testing the HTML to Markdown conversion.
* Item 1
* Item 2
* Item 3
Thank you for using the sample HTML file.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

View File

@@ -1,18 +0,0 @@
name: Sample Project
description: This is a sample YAML file to test the YAML to Markdown conversion script.
version: 1.0.0
authors:
- name: John Doe
email: john.doe@example.com
- name: Jane Smith
email: jane.smith@example.com
dependencies:
- package: pandas
version: "1.3.0"
- package: numpy
version: "1.21.0"
features:
- Supports YAML to Markdown conversion
- Handles nested dictionaries and lists
- Easy to use

View File

@@ -1,20 +0,0 @@
- Name: Alice
Age: 25
Email: alice@example.com
Score: 88.5
- Name: Bob
Age: 30
Email: bob@example.com
Score: 92.3
- Name: Charlie
Age: 35
Email: charlie@example.com
Score: 79.0
- Name: David
Age: 40
Email: david@example.com
Score: 85.4
- Name: Eve
Age: 28
Email: eve@example.com
Score: 91.2

View File

@@ -1,14 +0,0 @@
Sample DOCX Document
This is a sample paragraph for testing DOCX to Markdown conversion.
List of Items
Item 1
Item 2
Item 3
End of the sample DOCX document. Thank you for using this test file.

View File

@@ -1,8 +0,0 @@
<h1>Welcome to Sample HTML</h1>
<p>This is a simple HTML file for testing the HTML to Markdown conversion.</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p>Thank you for using the sample HTML file.</p>

Binary file not shown.

View File

@@ -1,5 +0,0 @@
# Image Content
This is a sample inage for testing.
Tt contains multiple Lines of text
to be converted to Markdown.

View File

@@ -1,6 +0,0 @@
Name,Age,Email,Score
Alice,25,alice@example.com,88.5
Bob,30,bob@example.com,92.3
Charlie,35,charlie@example.com,79.0
David,40,david@example.com,85.4
Eve,28,eve@example.com,91.2
1 Name Age Email Score
2 Alice 25 alice@example.com 88.5
3 Bob 30 bob@example.com 92.3
4 Charlie 35 charlie@example.com 79.0
5 David 40 david@example.com 85.4
6 Eve 28 eve@example.com 91.2

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +0,0 @@
Welcome to Sample HTML:
paragraph: This is a simple HTML file for testing the HTML to Markdown conversion.
items:
- Item 1
- Item 2
- Item 3 Thank you for using the sample HTML file.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

View File

@@ -1,6 +0,0 @@
Name,Age,Email,Score
Alice,25,alice@example.com,88.5
Bob,30,bob@example.com,92.3
Charlie,35,charlie@example.com,79.0
David,40,david@example.com,85.4
Eve,28,eve@example.com,91.2
1 Name Age Email Score
2 Alice 25 alice@example.com 88.5
3 Bob 30 bob@example.com 92.3
4 Charlie 35 charlie@example.com 79.0
5 David 40 david@example.com 85.4
6 Eve 28 eve@example.com 91.2

View File

@@ -1,32 +0,0 @@
[
{
"Name":"Alice",
"Age":25,
"Email":"alice@example.com",
"Score":88.5
},
{
"Name":"Bob",
"Age":30,
"Email":"bob@example.com",
"Score":92.3
},
{
"Name":"Charlie",
"Age":35,
"Email":"charlie@example.com",
"Score":79.0
},
{
"Name":"David",
"Age":40,
"Email":"david@example.com",
"Score":85.4
},
{
"Name":"Eve",
"Age":28,
"Email":"eve@example.com",
"Score":91.2
}
]

View File

@@ -1,30 +0,0 @@
{
"name": "Sample Project",
"description": "This is a sample YAML file to test the YAML to Markdown conversion script.",
"version": "1.0.0",
"authors": [
{
"name": "John Doe",
"email": "john.doe@example.com"
},
{
"name": "Jane Smith",
"email": "jane.smith@example.com"
}
],
"dependencies": [
{
"package": "pandas",
"version": "1.3.0"
},
{
"package": "numpy",
"version": "1.21.0"
}
],
"features": [
"Supports YAML to Markdown conversion",
"Handles nested dictionaries and lists",
"Easy to use"
]
}

View File

@@ -1,17 +0,0 @@
- **name**: Sample Project
- **description**: This is a sample YAML file to test the YAML to Markdown conversion script.
- **version**: 1.0.0
- **authors**:
- **name**: John Doe
- **email**: john.doe@example.com
- **name**: Jane Smith
- **email**: jane.smith@example.com
- **dependencies**:
- **package**: pandas
- **version**: 1.3.0
- **package**: numpy
- **version**: 1.21.0
- **features**:
- Supports YAML to Markdown conversion
- Handles nested dictionaries and lists
- Easy to use

View File

@@ -1,20 +0,0 @@
- Name: Alice
Age: '25'
Email: alice@example.com
Score: '88.5'
- Name: Bob
Age: '30'
Email: bob@example.com
Score: '92.3'
- Name: Charlie
Age: '35'
Email: charlie@example.com
Score: '79.0'
- Name: David
Age: '40'
Email: david@example.com
Score: '85.4'
- Name: Eve
Age: '28'
Email: eve@example.com
Score: '91.2'

View File

@@ -1,23 +0,0 @@
# PDF Content
## Page 1
Sample PDF Document - Page 1
This is a sample PDF file for testing the PDF to JPG conversion script. The file contains multiple
pages with simple text to ensure the script's functionality is tested correctly.
## Page 2
Sample PDF Document - Page 2
This is the second page of the sample PDF document. It helps test whether the script correctly
converts each page to an individual JPG image.
## Page 3
Sample PDF Document - Page 3
This is the third page of the sample PDF document. Feel free to test the script and check the results
to ensure everything works as expected.