https://github.com/pandeyankit123/python-projects
A bunch(4) of plain Python projects.
https://github.com/pandeyankit123/python-projects
programming python
Last synced: 4 months ago
JSON representation
A bunch(4) of plain Python projects.
- Host: GitHub
- URL: https://github.com/pandeyankit123/python-projects
- Owner: pandeyankit123
- Created: 2023-10-01T17:29:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T17:32:50.000Z (about 2 years ago)
- Last Synced: 2025-07-18T22:24:27.649Z (5 months ago)
- Topics: programming, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: newsreader.py
Awesome Lists containing this project
README
1. News Reader
. Dated: 25 January 2023
. "Python-Powered News Reader: Stay Informed Effortlessly!"
. Our innovative news reader, developed using Python, brings you the latest headlines and breaking stories from around the world.
2. Email extractor using regex in python
. Dated: 16 September 2023
. An email extractor using regex in Python is a script or program that uses regular expressions (regex) to search and extract email addresses from a given text, such as a document or a web page.
3. JarvisAI
. Dated: 16 September 2023
. JarvisAI is a Python-based virtual assistant or AI-powered chatbot that can perform a wide range of tasks using natural language processing (NLP).
. JarvisAI can listen to your voice commands using a library like SpeechRecognition to convert spoken language into text.
4. DinoAutomate
. Dated: 17 September 2023
. Automating the Google Chrome Dino game with Python involves creating a script that controls the Dino's actions, such as jumping over obstacles.
. Libraries used PyAutoGUI and ImageGrab.