gitextract_zdy_radx/ ├── Alam_data.txt ├── Alert.py ├── Automation/ │ ├── Automation_Brain.py │ ├── Battery.py │ ├── Play_Music_YT.py │ ├── Web_Data.py │ ├── Web_Open.py │ ├── Youtube_play_back.py │ ├── open_App.py │ ├── playmusic_Sfy.py │ ├── scrool_system.py │ └── tab_automation.py ├── Brain/ │ └── brain.py ├── Data/ │ └── DLG_Data.py ├── Features/ │ ├── br_persentage.py │ ├── check_running_app.py │ ├── clap_d.py │ ├── clap_with_music.py │ ├── create_file.py │ ├── find_my_ip.py │ ├── get_advice.py │ ├── get_jokes.py │ ├── mike_health.py │ ├── set_br.py │ ├── set_get_volume.py │ └── speaker_health.py ├── LICENSE ├── NetHyTechSTT/ │ └── listen.py ├── New/ │ └── datafeatch.py ├── PyWhatKit_DB.txt ├── README.md ├── Real_Time/ │ ├── google_big.py │ └── google_small.py ├── TextToImage/ │ └── gen_image.py ├── TextToSpeech/ │ └── Fast_DF_TTS.py ├── Time_Operations/ │ ├── brain.py │ └── throw_alert.py ├── Vision/ │ ├── MVbrain.py │ └── Vbrain.py ├── Weather_Check/ │ └── check_weather.py ├── Whatsapp_automation/ │ └── wa.py ├── chat_hystory.txt ├── co_brain.py ├── conv_history.txt ├── demo.py ├── history.txt ├── input.txt ├── internet_check.py ├── jarvis.py ├── log.txt ├── requirements.txt ├── schedule.txt ├── setup.py ├── speech_output.txt └── ui.py