Skip to content
#

gui-development

Here are 37 public repositories matching this topic...

Twinsync Media Player is a Python media player built with Tkinter. It supports simultaneous audio playback on multiple Bluetooth devices and includes play, pause, stop, and volume control. The player features a progress bar for tracking and uses PyAudio and Pycaw for smooth, multi-device audio management.

  • Updated Oct 11, 2024
  • Python

This repository contains a Python application built with Tkinter for encrypting and decrypting text using the Caesar Cipher algorithm. The Caesar Cipher is a simple substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.

  • Updated Sep 11, 2024
  • Jupyter Notebook

The above VPN project is a simple implementation of a Virtual Private Network in Python, using the socket and selectors libraries. It listens on a specified host and port, accepts incoming connections, and echoes back any data received from clients. The VPN uses asynchronous I/O via the selector mechanism for efficient handling of multiple client..

  • Updated Feb 4, 2023
  • Python

Excelsior Bank of India is an academic project that simulates an online banking system. Developed using Java Swing, this project provides a user-friendly interface for managing various banking operations such as account management, transactions, and balance inquiries.

  • Updated Nov 10, 2024
  • Java

Improve this page

Add a description, image, and links to the gui-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gui-development topic, visit your repo's landing page and select "manage topics."

Learn more