elara-voice-assistant 0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: elara-voice-assistant
3
+ Version: 0.1
4
+ Summary: A Python voice assistant with GUI
5
+ Home-page: https://github.com/iamafridi/elara
6
+ Author: Afridi Akbar Ifty
7
+ Requires-Dist: pyttsx3
8
+ Requires-Dist: speechrecognition
9
+ Requires-Dist: pywhatkit
10
+ Requires-Dist: wikipedia
11
+ Requires-Dist: pyjokes
12
+ Dynamic: author
13
+ Dynamic: home-page
14
+ Dynamic: requires-dist
15
+ Dynamic: summary
@@ -0,0 +1,5 @@
1
+ elara_voice_assistant-0.1.dist-info/METADATA,sha256=sG_uavT_LzpQ1Ifn6Qku25azevCdXppxrvfE1TwvW3g,397
2
+ elara_voice_assistant-0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
3
+ elara_voice_assistant-0.1.dist-info/entry_points.txt,sha256=LPHAs1y9FqJAJW-rg4vEasjz0X0DWT720ZyBTjiugSo,41
4
+ elara_voice_assistant-0.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ elara_voice_assistant-0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ elara = main:run_elara