Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yourdanov/python

Yourdanov@Python
https://github.com/yourdanov/python

jetbrains pycharm pycharm-ide python python3 vscode

Last synced: 27 days ago
JSON representation

Yourdanov@Python

Awesome Lists containing this project

README

        

# Yourdanov@Python

This is a repository created by Atanas Yourdanov.

## Table of Contents

- Scientific Calculator
- Countdown Timer
- Factorial Calculator
- Slots Machine Game

## 1. Scientific Calculator v 1.00 /Scientific Calculator Python

- 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.







## 2. Countdown Timer v 1.00 /Countdown Python

- 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.







## 3. Factorial Calculator v 1.00 /Factorial Calculator Python

- Calculate the factorial of a non-negative integer.



## 4. Slots Machine Game v1.02 /Slots Machine Game Python

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.



# Please report any issues and bugs.