Jump to content

Pes Scoreboard Fixed -

import tkinter as tk from tkinter import messagebox

# Initialize score and period self.home_score = 0 self.away_score = 0 self.period = 1 self.time_elapsed = 0 pes scoreboard

PES 2020 | How to Install Scoreboards like Sky Sports [Tutorial] import tkinter as tk from tkinter import messagebox

if __name__ == "__main__": scoreboard = PESScoreboard() scoreboard.run() pes scoreboard

# Create reset button self.reset_button = tk.Button(self.buttons_frame, text="Reset", command=self.reset_scoreboard) self.reset_button.pack(side=tk.LEFT)

# Create start/pause timer button self.timer_button = tk.Button(self.buttons_frame, text="Start Timer", command=self.start_timer) self.timer_button.pack(side=tk.LEFT)

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.