ShadowB 0.4__tar.gz → 0.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. {shadowb-0.4 → shadowb-0.5}/PKG-INFO +1 -1
  2. {shadowb-0.4 → shadowb-0.5}/ShadowB/core.py +1 -1
  3. {shadowb-0.4 → shadowb-0.5}/ShadowB/qrcode.py +0 -1
  4. {shadowb-0.4 → shadowb-0.5}/ShadowB.egg-info/PKG-INFO +1 -1
  5. {shadowb-0.4 → shadowb-0.5}/pyproject.toml +1 -1
  6. {shadowb-0.4 → shadowb-0.5}/LICENSE +0 -0
  7. {shadowb-0.4 → shadowb-0.5}/README.md +0 -0
  8. {shadowb-0.4 → shadowb-0.5}/ShadowB/Core/fileorg.py +0 -0
  9. {shadowb-0.4 → shadowb-0.5}/ShadowB/Core/randwords.py +0 -0
  10. {shadowb-0.4 → shadowb-0.5}/ShadowB/GetD/make_cookies.py +0 -0
  11. {shadowb-0.4 → shadowb-0.5}/ShadowB/GetD/my_data.py +0 -0
  12. {shadowb-0.4 → shadowb-0.5}/ShadowB/GetD/my_ip.py +0 -0
  13. {shadowb-0.4 → shadowb-0.5}/ShadowB/GetD/scan.py +0 -0
  14. {shadowb-0.4 → shadowb-0.5}/ShadowB/Image/check_image.py +0 -0
  15. {shadowb-0.4 → shadowb-0.5}/ShadowB/Image/export_metadata.py +0 -0
  16. {shadowb-0.4 → shadowb-0.5}/ShadowB/Image/extr_hidden_files.py +0 -0
  17. {shadowb-0.4 → shadowb-0.5}/ShadowB/Image/extr_hidden_text.py +0 -0
  18. {shadowb-0.4 → shadowb-0.5}/ShadowB/Image/makeFile.py +0 -0
  19. {shadowb-0.4 → shadowb-0.5}/ShadowB/Image/makeText.py +0 -0
  20. {shadowb-0.4 → shadowb-0.5}/ShadowB/Image/remove_metadata.py +0 -0
  21. {shadowb-0.4 → shadowb-0.5}/ShadowB/Mail/make_mail.py +0 -0
  22. {shadowb-0.4 → shadowb-0.5}/ShadowB/Mail/res_msj.py +0 -0
  23. {shadowb-0.4 → shadowb-0.5}/ShadowB/Mail/send_msj.py +0 -0
  24. {shadowb-0.4 → shadowb-0.5}/ShadowB/Qrcode/generate.py +0 -0
  25. {shadowb-0.4 → shadowb-0.5}/ShadowB/Safe/clean.py +0 -0
  26. {shadowb-0.4 → shadowb-0.5}/ShadowB/Safe/cleanText.py +0 -0
  27. {shadowb-0.4 → shadowb-0.5}/ShadowB/Safe/ext.py +0 -0
  28. {shadowb-0.4 → shadowb-0.5}/ShadowB/Safe/filename.py +0 -0
  29. {shadowb-0.4 → shadowb-0.5}/ShadowB/Safe/safeFile.py +0 -0
  30. {shadowb-0.4 → shadowb-0.5}/ShadowB/__init__.py +0 -0
  31. {shadowb-0.4 → shadowb-0.5}/ShadowB/captcha.py +0 -0
  32. {shadowb-0.4 → shadowb-0.5}/ShadowB/getD.py +0 -0
  33. {shadowb-0.4 → shadowb-0.5}/ShadowB/image.py +0 -0
  34. {shadowb-0.4 → shadowb-0.5}/ShadowB/mail.py +0 -0
  35. {shadowb-0.4 → shadowb-0.5}/ShadowB/passwords.py +0 -0
  36. {shadowb-0.4 → shadowb-0.5}/ShadowB/safe.py +0 -0
  37. {shadowb-0.4 → shadowb-0.5}/ShadowB/search.py +0 -0
  38. {shadowb-0.4 → shadowb-0.5}/ShadowB.egg-info/SOURCES.txt +0 -0
  39. {shadowb-0.4 → shadowb-0.5}/ShadowB.egg-info/dependency_links.txt +0 -0
  40. {shadowb-0.4 → shadowb-0.5}/ShadowB.egg-info/requires.txt +0 -0
  41. {shadowb-0.4 → shadowb-0.5}/ShadowB.egg-info/top_level.txt +0 -0
  42. {shadowb-0.4 → shadowb-0.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ShadowB
3
- Version: 0.4
3
+ Version: 0.5
4
4
  Summary: ShadowB is an all-in-one Python toolkit that bundles a wide range of everyday utilities — system info, image steganography, temporary email, QR codes, CAPTCHA generation, password tools, file safety checks, and more — into a single, easy-to-import package.
5
5
  Author-email: Adem mzoughi <ademzoughi1312@gmail.com>
6
6
  Requires-Python: >=3.8
@@ -82,7 +82,7 @@ def owner():
82
82
  print("Github : https://github.com/erec2smith")
83
83
 
84
84
  def vr():
85
- print("0.4")
85
+ print("0.5")
86
86
 
87
87
  def team():
88
88
  print("Adem")
@@ -1,5 +1,4 @@
1
1
  from ShadowB.Qrcode.generate import qrcode
2
- from ShadowB.Qrcode.scan import scan
3
2
 
4
3
  def generate_qrcode(text,filename):
5
4
  return qrcode(text,filename)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ShadowB
3
- Version: 0.4
3
+ Version: 0.5
4
4
  Summary: ShadowB is an all-in-one Python toolkit that bundles a wide range of everyday utilities — system info, image steganography, temporary email, QR codes, CAPTCHA generation, password tools, file safety checks, and more — into a single, easy-to-import package.
5
5
  Author-email: Adem mzoughi <ademzoughi1312@gmail.com>
6
6
  Requires-Python: >=3.8
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ShadowB"
7
- version = "0.4"
7
+ version = "0.5"
8
8
  authors = [
9
9
  {name = "Adem mzoughi", email = "ademzoughi1312@gmail.com"},
10
10
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes