Skip to content

Commit e19c471

Browse files
authored
Update README with new tools
Added new tools including Visual Centroid Calculator and Hex to Text Decoder, along with Dependency Tree Viewers for NuGet, Python, and Rust.
1 parent 3d6f134 commit e19c471

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,33 @@ Access the tools online via the links on this page: [ThioJoe.GitHub.io/Browser-B
99

1010
-------------
1111

12+
# 📁 General Tools
1213

1314
## [Unicode Inspector](Tools/Unicode%20Inspector/Unicode%20Inspector.html)
1415
Paste in text and it will tell you info about the individual characters
1516
<p align="center">
1617
<img width="885" alt="image" src="https://github.com/user-attachments/assets/53eb55a9-7ca0-4941-9b47-8a27d23b4be2" />
1718
</p>
1819

19-
## [Tools For GitHub](Tools/GitHub%20Tools)
20+
## [Visual Centroid Calculator](Tools/Centroid%20Center%20Calculator.html)
21+
Find the true visual center of a shape in an image.
22+
23+
## [Hex to Text Decoder](Tools/Hex-To-Text-Decoder.html)
24+
Paste a hex string, choose an encoding, and see the result.
25+
26+
27+
# 📁 [Dependency Tree Viewers](https://github.com/ThioJoe/Browser-Based-Tools/tree/main/Tools/Dependency%20Tree%20Viewers)
28+
29+
### [NuGet Dependency Visualizer](Tools/Dependency%20Tree%20Viewers/Nuget-Dependency-Checker.html)
30+
Recursively map dependency chains with namespace filtering and verification status.
31+
32+
### [Python Dependency Explorer](Tools/Dependency%20Tree%20Viewers/Python-Dependency-Viewer.html)
33+
Recursive dependency tree & metadata visualizer for PyPI.
34+
35+
### [Rust Dependency Visualizer](Tools/Dependency%20Tree%20Viewers/Rust%20Dependency%20Viewer.html)
36+
Recursive dependency visualizer for Rust crates. Uses the official crates.io API.
37+
38+
# 📁 [Tools For GitHub](https://github.com/ThioJoe/Browser-Based-Tools/tree/main/Tools/GitHub%20Tools)
2039

2140
### [Repo Explorer](Tools/GitHub%20Tools/Repo%20Explorer.html)
2241
Fetch all the repositories for a particular user/organization, with the ability to sort and filter them

0 commit comments

Comments
 (0)