Skip to content

shubham-shipt/Python-Mini-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ–ฅ๏ธ Python Mini Projects

Welcome to Python Mini Projects! ๐Ÿš€ This repository is dedicated to small yet interesting Python projects to enhance programming skills. Currently, the repository contains three projects, Sudoku Game, Password Manager, and Text-to-Speech Converter, with more projects coming soon! Stay tuned. ๐ŸŽฏ


๐Ÿ“Œ Projects List

1โƒฃ Sudoku Game ๐ŸŽข๐Ÿงฉ

A simple Sudoku game implemented in Python. The game generates Sudoku puzzles and allows users to solve them interactively.

๐Ÿ“บ Files:

  • sudoku.py - Main script for the Sudoku game.
  • README.md - Documentation for the project.

โœ… Features:

  • Generates Sudoku puzzles.
  • Interactive game play.
  • Checks for correct solutions.

๐ŸŽฎ Preview:

Screenshot From 2025-02-22 12-39-02

๐Ÿ”ง How to Run:

python sudoku.py

2โƒฃ Password Manager ๐Ÿ”‘

A secure password manager built with Python. This application stores and retrieves passwords securely using encryption.

๐Ÿ“บ Files:

  • password_manager.py - Main script for the password manager.
  • README.md - Documentation for the project.

โœ… Features:

  • Stores passwords securely.
  • Retrieves saved passwords.
  • Displays saved date.
  • Allows clearing of stored passwords.

๐ŸŽฎ Preview:

Screenshot From 2025-02-22 13-02-26

๐Ÿ”ง How to Run:

python password_manager.py

3โƒฃ Text-to-Speech Converter ๐ŸŽค๐Ÿ”Š

A text-to-speech converter built with Python that transforms written text into spoken words.

๐Ÿ“บ Files:

  • text_to_speech.py - Main script for the text-to-speech converter.
  • README.md - Documentation for the project.

โœ… Features:

  • Converts text to speech.
  • Supports multiple voices (male, female, robotic, alien, etc.).
  • Provides an intuitive GUI with buttons for user interaction.
  • Saves the generated speech as an audio file.

๐ŸŽฎ Preview:

Screenshot From 2025-02-22 13-42-27

๐Ÿ”ง How to Run:

python text_to_speech.py

๐Ÿš€ Upcoming Projects

๐Ÿ”น Project 4 - Coming Soon... ๐Ÿ› ๏ธ
๐Ÿ”น More Projects - Stay Tuned! ๐ŸŽฏ


๐Ÿ’ก Contributions

Feel free to fork the repo and submit a pull request! ๐ŸŽ‰

About

collection of small Python projects :

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages