Skip to content
#

gui-development

Here are 34 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 Sep 16, 2024
  • Python

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

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

In the Programming II (COMP-123) course, I built object-oriented programs using C#. This repository includes projects focused on OOP concepts such as inheritance, polymorphism, and abstraction. It also covers file handling, exception management, and building GUI applications with Windows Forms.

  • Updated Sep 30, 2024
  • C#

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