Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.65 KB

File metadata and controls

40 lines (22 loc) · 1.65 KB

Mini Projects in Python | Tkinter

This repository contains a collection of mini projects written in Python using the Tkinter library for creating graphical user interfaces (GUI). Each project serves a specific purpose and showcases the capabilities of Python and Tkinter.

Projects Included

  1. Number Calculator
  2. QR Code Generator
  3. Video to ASCII Art
  4. Text to Audio Converter

Project Details

1. Number Calculator

This is a simple GUI calculator coded using Tkinter in Python. It allows users to perform basic arithmetic operations and provides a user-friendly interface.

2. QR Code Generator

This is a simple GUI QR code generator coded using Tkinter in Python. It generates QR codes for the given input and displays them on the screen.

3. Video to ASCII Art

It is a simple Python code to play videos in the terminal/cmd using characters as pixels.

4. Text to Audio Converter

It is a simple Python code to convert text to audio in mp3 format.

Usage

Each project folder contains a Python script file (.py) which can be run using a Python interpreter.