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.
- Number Calculator
- QR Code Generator
- Video to ASCII Art
- Text to Audio Converter
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.
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.
It is a simple Python code to play videos in the terminal/cmd using characters as pixels.
It is a simple Python code to convert text to audio in mp3 format.
Each project folder contains a Python script file (.py) which can be run using a Python interpreter.