Mini Projects in C & Python

Through a wide variety of mobile applications, we’ve developed a unique visual system and strategy that can be applied across the spectrum of available applications.

Password Generate

A simple and secure password generator that creates strong, random passwords based on user preferences (length, symbols, numbers, etc.).

Key Features:

  • Random password generation using random and string modules
  • Custom length and character options
  • Instant copy-ready output
  • Command-line interface

What I Learned:

  • Handling user input and validations
  • Use of Python’s built-in random and string libraries
  • String manipulation and logic building.
  • Project Title: Silly Story Generator – Python Fun App
  • Language Used: Python
  • Overview:

Key Features:

  • Takes user input and builds a dynamic story
  • Uses string formatting
  • Great for beginners to learn how input/output works

What I Learned:

  • Input handling
  • String formatting with f-strings
  • Building user interaction through storytelling