HubBasePE 0.0.1rc2.post2.dev1__tar.gz → 0.0.1rc2.post2.dev2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HubBasePE
3
- Version: 0.0.1rc2.post2.dev1
3
+ Version: 0.0.1rc2.post2.dev2
4
4
  Summary: HubBasePE – 3 new programs + all the original!!
5
5
  Project-URL: Homepage, https://github.com/HubBase-Authority/HubBasePE
6
6
  Project-URL: Issues, https://github.com/HubBase-Authority/HubBasePE/issues
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "HubBasePE"
3
- version = "0.0.1rc2.post2.dev1"
3
+ version = "0.0.1rc2.post2.dev2"
4
4
  authors = [
5
5
  { name="Voice659", email="E.R.Fahretdinov@yandex.ru" },
6
6
  ]
@@ -1,16 +1,15 @@
1
1
  import time #(16.03.2026)
2
2
  import random
3
- import turtle
4
3
  from turtle import *
5
4
  import tkinter
6
5
 
7
6
  def Enter(): #(13.03.2026)
8
- VN = "a10.0.0"
7
+ VN = "a10.0.1"
9
8
  global VipAccess, PassGuess, AdminAccess
10
9
  VipAccess = "F"
11
10
  Password = str(1041)
12
11
  PassGuess = 0
13
- print("--- HubBase (base - "+VN+") (plus, Apr 27 2026, 12:13:14) ---")
12
+ print("--- HubBase (base - "+VN+") (plus, Apr 29 2026, 20:41:14) ---")
14
13
  while PassGuess != Password:
15
14
  Num = input("Number = ")
16
15
  Num2 = input("Number2 = ")
@@ -530,12 +529,15 @@ def ProgrammP3(): #T4
530
529
  if clicks1 < 20:
531
530
  button1.pack_forget()
532
531
  print("Fail")
532
+ Terminator()
533
533
  else:
534
534
  button1.configure(text="You outsmarted me!")
535
535
  print("Success")
536
- turtle.Terminator()
536
+ speed(100000)
537
+ Terminator()
537
538
  time.sleep(1)
538
539
  button1.pack_forget()
540
+ Terminator()
539
541
 
540
542
  button1.bind("<ButtonRelease-1>", onClick)
541
543
  window.mainloop()