Skip to content

pgnikolov/python-small-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

Python codes of small projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages