This repository features a diverse collection of Python scripts ranging from automation tools and utilities to fun games and algorithmic implementations. Whether you're looking to retrieve Wi-Fi passwords, simulate slot machines, encode Morse code, or visualize audio, these scripts offer a mix of practical utilities and entertaining projects. Explore and leverage these Python examples for automation, data manipulation, game development, and more.
This repository includes:
- Automation tools (e.g., Wifi password retriever, voice recorder)
- Fun games and utilities (e.g., Quiz game, Slot machine, Flag display)
- Algorithms (e.g., Cipher, Morse code encoder)
- Data visualization and manipulation (e.g., Audio Visualization Tool, text-to-speech)
python {file_name}.py
- Audio_Visualization_Tool.py: Visualizes audio signals using various graphical representations.
- Cipher.py: Encrypts and decrypts text using basic cipher techniques.
- Face_Recognition.py: A basic face recognition implementation using
OpenCV
. - Flag.py: Draws the Indian national flag using the
turtle
graphics library. - Hacked.py: Simulates a fake hacking process for entertainment purposes.
- IP_identifier.py: Classifies IP address into IPv4 or IPv.
- Infinite_Star.py: Displays an endless star pattern using
turtle
graphics. - Link_Shortener.py: A simple URL shortener using the
pyshorteners
library. - Morse_Encoder.py: Encodes and decodes messages in Morse code.
- Quiz_Game.py: A fun trivia game where users answer multiple-choice questions.
- Rainbow.py: Draws a colorful rainbow using the
turtle
library. - Slot_Machine.py: Simulates a simple slot machine game.
- Text_to_Speech.py: Converts text input to spoken audio.
- Voice_Recorder.py: Records audio for a specified duration and saves it as a WAV file.
- Wifi_Password.py: Retrieves saved Wi-Fi passwords from the system.