Skip to content

The first applications and games I created in Python, leveraging the Tkinter and pygame libraries to implement more contemporary user interfaces.

License

Notifications You must be signed in to change notification settings

hernanhawryluk/python-apps-games

Repository files navigation

python-apps-games

Language Options

Cambiar idioma al español Visitor Badge

Technologies used

Python Tkinter PyGame

Description

Las primeras aplicaciones y juegos que creé en Python, aprovechando las bibliotecas Tkinter y pygame para implementar interfaces de usuario más contemporáneas.

Technologies used

  • Python.
  • Tkinter.
  • PyGame.

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
    • cd python-apps-games
  3. Make sure you have Python, the library Tkinter and PyGame. If you don't have them yet, you can download and install Python from python.org.
  4. Start the app:
    • python3 app-name.py

Individual description:

Timer:

  • timer.py
  • A simple countdown timer application built with Python's Tkinter library. Set a timer, pause it, and resume as needed. An easy-to-use tool to help you manage your time.

Calculator:

  • calculator.py
  • A Python calculator built using the tkinter library. Performs basic mathematical operations and displays results in a user-friendly interface.

Password Generator:

  • keygen.py
  • Una herramienta simple para generar contraseñas fuertes y seguras.

Pong Game:

  • pong.py
  • A basic Pong game created using Python and Pygame.

Snake Game:

  • snake.py
  • A classic Snake game implemented in Python using the Pygame library. Control the snake, eat apples, and grow longer while avoiding collisions with the boundaries and yourself. Enjoy the game with a modern, visually appealing interface.

Tic-Tac-Toe Game:

  • tic-tac-toe.py
  • Experience the timeless classic of Tic-Tac-Toe against a challenging AI opponent. Built using Python and featuring a modern visual interface powered by Tkinter, this game offers a contemporary twist on a traditional favorite.

Hangman Game:

  • hangman.py
  • A classic hangman game with a console interface.

Where to find me?

GitHub GitHub

About

The first applications and games I created in Python, leveraging the Tkinter and pygame libraries to implement more contemporary user interfaces.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages