Zar-Branch #6

Merged
mysticmomba merged 19 commits from Zar-Branch into master 2025-08-22 09:27:16 -04:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 8bd93c87b9 - Show all commits
+5
View File
@@ -0,0 +1,5 @@
hashes = ''
while True:
inputhash = input("Hash: ")
hashes = hashes + ',' + inputhash
print(hashes)
+2
View File
@@ -1,2 +1,4 @@
pandas==2.3.1
python-dotenv==1.1.1
Requests==2.32.5
urllib3==2.5.0