Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yourdanov/python
- Owner: yourdanov
- Created: 2024-05-21T18:20:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T23:16:33.000Z (5 months ago)
- Last Synced: 2024-10-09T18:43:25.597Z (27 days ago)
- Topics: jetbrains, pycharm, pycharm-ide, python, python3, vscode
- Language: Python
- Homepage: https://github.com/yourdanov/Python
- Size: 680 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 functionalityUsage
- 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.