This is a repository created by Atanas Yourdanov.
- Scientific Calculator
- Countdown Timer
- Factorial Calculator
- Slots Machine Game
- This code snippet is a class definition for a scientific calculator using the Tkinter library in Python.
- It provides various mathematical functions and operations such as addition, subtraction, multiplication, division, square root, trigonometric functions, logarithmic functions, and more.
- The calculator has a graphical user interface with buttons for input and display for the result.
- It also includes options to switch between standard and scientific modes.
- Initializes a GUI window with a label that displays the countdown.
- Automatically starts a countdown from a specified number of seconds when the application is launched.
- Updates the label every second to show the remaining time until it reaches zero.
- Calculate the factorial of a non-negative integer.
This Python program implements a slot machine game using tkinter GUI library.
Features
- Start a new game.
- Set budget and bet amount.
- Spin the slot machine.
- Change bet amount.
- Change symbols and background color.
- Auto Spin functionality
Usage
- Click the "Spin!" button to play the game.
- Use the "Change Bet!" button to adjust the bet amount.
- Access the settings menu to change symbols and background color.
- Follow on-screen instructions to set budget and bet.