https://github.com/aritrakar/python-projects
🐍A collection of some projects I have built with Python.
https://github.com/aritrakar/python-projects
artificial-intelligence matplotlib matplotlib-animation python webscraping
Last synced: 30 days ago
JSON representation
🐍A collection of some projects I have built with Python.
- Host: GitHub
- URL: https://github.com/aritrakar/python-projects
- Owner: aritrakar
- Created: 2020-06-16T17:58:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T23:14:01.000Z (over 1 year ago)
- Last Synced: 2025-08-12T13:44:28.071Z (about 2 months ago)
- Topics: artificial-intelligence, matplotlib, matplotlib-animation, python, webscraping
- Language: Python
- Homepage:
- Size: 6.73 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Projects
1. **Blackjack**: A simple Blackjack simulator.
2. **Chatbot**: Contains different chatbots written at different times. See README.md in this folder.
3. **Clock**: A sleek neomorphic clock designed with Matplotlib.
4. **OpenCV**: Exploratory work in OpenCV.
5. **Stocks**: Contains some Matplotlib scripts to visualize the stock prices of any number of stocks from the National Stock Exchange (India) in real-time.
6. **Tic-Tac-Toe**: A Tic-Tac-Toe simulator implementing the Minimax algorithm (with and without Alpha-Beta pruning).7. **Weather**: Simple weather logger that logs the weather for Waterloo, Canada in a CSV file.
8. **WhatsApp**: Simple webscraping projects automating WhatsApp Web.