Skip to content

Latest commit

ย 

History

History
26 lines (17 loc) ยท 1.79 KB

File metadata and controls

26 lines (17 loc) ยท 1.79 KB

Python Small Projects ๐Ÿ

Welcome to my Python small projects! This repository contains a collection of small projects that I am developing while learning Python. Each project focuses on different aspects of Python programming, ranging from basic concepts to more advanced topics.

Projects ๐Ÿ—ƒ๏ธ

  1. Password Generator ๐Ÿ”

    • This Python script generates a random password based on user-specified criteria.
    • The user can specify the number of letters, symbols, and digits they want in their password, and the script will generate a password.
  2. Calculator with GUI ๐Ÿงฎ

    • This Python code creates a simple calculator application with a graphical user interface (GUI) built using the tkinter library.
    • The code displays a 2 textbox where users can enter their number.
    • Available arithmetic operations (+, -, *, /, mod (%), ^ (square), โˆš(square root))
  3. Instagram QR Code Generator

    • This Python script generates custom, Instagram-themed QR codes with gradient colors and an optional local logo. You can use it to create a visually appealing QR code that links directly to your Instagram profile.
  4. LinkedIn QR Code Generator

    • A Python script that generates elegant, LinkedIn-themed QR codes for professional profiles โ€” featuring custom branding, a corporate blue palette, and rounded-corner design.