Skip to content

mishel-0/Python_projects-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python Projects

A collection of Python projects and scripts — from beginner tools to intermediate utilities.

Python

📂 Projects

Password Generator

Password_generator.py — A command-line tool that generates secure, random passwords based on user preferences for letters, numbers, and symbols.

Features:

  • Customizable character composition (letters, numbers, symbols)
  • Random shuffling for enhanced security
  • Interactive CLI input
  • Beginner-friendly code structure

🚀 Usage

python Password_generator.py

Follow the prompts to generate your password:

How many letters do you prefer in your password? ;)
> 8
How many numbers do you prefer?
> 3
How many symbols do you prefer?
> 2

🧠 Learning Goals

This repo serves as a growing collection for:

  • Python fundamentals (loops, lists, randomization)
  • CLI application patterns
  • Data structures & algorithms practice

📈 Roadmap

  • More projects added over time
  • Unit tests for each module
  • Type hints & documentation

About

A collection of Python projects and scripts — from beginner tools to intermediate utilities.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages