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. ๐ฏ
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:
๐ง How to Run:
python sudoku.pyA 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:
๐ง How to Run:
python password_manager.pyA 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:
๐ง How to Run:
python text_to_speech.py๐น Project 4 - Coming Soon... ๐ ๏ธ
๐น More Projects - Stay Tuned! ๐ฏ
Feel free to fork the repo and submit a pull request! ๐


