• Stars
    star
    88
  • Rank 375,465 (Top 8 %)
  • Language
    Python
  • Created almost 6 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is the code for my network game tutorial series on YouTube.

More Repositories

1

Price-Tracking-Web-Scraper

An automated price tracker that uses bright data, playwright, react and flask.
Python
1,149
star
2

Flask-Web-App-Tutorial

Code for the note storing flask web app made during a YouTube video.
HTML
922
star
3

NEAT-Flappy-Bird

An AI that plays flappy bird! Using the NEAT python module.
Python
736
star
4

Sudoku-GUI-Solver

This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.
Python
687
star
5

Music-Controller-Web-App-Tutorial

Python
442
star
6

PygameForBeginners

A simple 2D python game designed to teach you the pygame module.
Python
432
star
7

5-Python-Projects-For-Beginners

Python
410
star
8

A-Path-Finding-Visualization

A python visualization of the A* path finding algorithm. It allows you to pick your start and end location and view the process of finding the shortest path.
Python
392
star
9

Online-Chess-Game

Chess game created on the 24 hour livestream
Python
357
star
10

Tower-Defense-Game

The code from my 12 hour live stream where I created a tower defense game with pygame.
Python
353
star
11

Chat-Web-App

Made during livestream
Python
324
star
12

Face-Recognition

A simple face recognition script that identifies and classifies all faces in an image.
Python
263
star
13

Hangman

A simple hangman game made with python and pygame.
Python
254
star
14

Snake-Game

The classic snake game. Made with pygame.
Python
252
star
15

Python-Platformer

Python
232
star
16

OpenCV-Tutorials

All the code for the Tech With Tim Python OpenCV Tutorials.
Python
216
star
17

Pygame-Tutorials

This is the code base for the pygame tutorials posted on my YouTube channel.
Python
214
star
18

Pictonary-Livestream

Coded during 12 hour livestream...
Python
210
star
19

Tetris-Game

The game of Tetris. Made with pygame.
Python
161
star
20

Django-React-Full-Stack-App

JavaScript
158
star
21

Number-Guesser-Neural-Net

This program allows the user to draw a number on the screen and have the program take a guess of which digit it is. This uses a basic neural network model.
Python
133
star
22

Agar-IO

A duplication of the game Agar.io written in python
Python
131
star
23

Python-Slot-Machine

Python
130
star
24

3-Python-Automation-Projects

3 Python Automation Projects for Beginners!
Python
129
star
25

Account-Storage

A basic GUI that allows you to store your emails, password and account information.
Python
127
star
26

Kivy-GUI-Example

An example GUI created in python using the module kivy. This is a very basic login system where you can create accounts and login.
Python
125
star
27

PythonAgentAI

Python
112
star
28

Golf-Game

This is a 9 hole 2D golf game created using pygame.
Python
112
star
29

Python-Checkers-AI

A checkers AI using the minimax algorithm.
Python
109
star
30

Beautiful-Soup-Tutorial

HTML
109
star
31

Cornavirus-Voice-Assistant

A python voice assistant that you can ask corona-virus related questions to
Python
107
star
32

Flask-Blog-Tutorial

A blog application in python using Flask.
HTML
103
star
33

AI-Web-Scraper

An AI web scraper using ollama, brightdata, selenium and other libraries.
Python
101
star
34

Python-Live-Chat-App

Uses Flask Sockets to create a live chat room application.
Python
97
star
35

Pygame-Car-Racer

Make a racing game in Python using pygame!
Python
97
star
36

Python-Security-Camera

The code for building an OpenCV Python security camera.
Python
95
star
37

Python-Planet-Simulation

A simulation of planets and their orbits around the sun in Python.
Python
95
star
38

Python-Checkers

Python
94
star
39

Python-Security-System

A security system build with Python and OpenCV.
Python
93
star
40

Django-Website

A very minimal website I build while learning Django.
Python
92
star
41

3-Mini-Python-Projects-For-Intermediates

3 Mini Python Projects For Intermediate Programmers!
Python
91
star
42

Python-Drawing-Program

A python program similar to Microsoft paint. It allows you to use a variety of drawing tools on a pixel grid to create drawings. It features the ability to save and load work created within the program.
Python
85
star
43

Image-Scraper-And-Downloader

Scrape images and download them using python!
Python
82
star
44

AI-Agent-Code-Generator

Python
80
star
45

Flask-App-Hosted-On-VPS

Files needed to host a flask application on a linux VPS.
Python
79
star
46

Flask-React-Full-Stack-App

JavaScript
76
star
47

NEAT-Pong-Python

Using the NEAT algorithm to train an AI to play pong in Python!
Python
73
star
48

ExcelPythonTutorial

Python
72
star
49

Django-Auth-And-Perms

A django application that demonstrates user authentication and permissions.
Python
68
star
50

Turtle-Race

A randomly simulated turtle race! You can watch different color turtles race across the screen and keep track of the wins/losses of each turtle.
Python
67
star
51

Black-Jack

A visual game of black jack! Made with pygame.
Python
64
star
52

JavaScript-Slot-Machine

JavaScript
64
star
53

Fast-API-Tutorial

Python
61
star
54

Walk-In-Clinic-Android-App

My first ever android app! Written in Java with android studio. This is a walk in clinic organizer/scheduling software.
Java
61
star
55

Python-Socket-Chat-App

Python
60
star
56

Sorting-Algorithm-Visualizer

Python sorting algorithm visualizer.
Python
59
star
57

Slack-Bot

Python
58
star
58

Schedule-Creator

A schedule creator used to create timetables for a summer camp. Created using python and the Qt Library.
Python
57
star
59

Python-Package-Installer

A python package installer that will install all required packages from code into the python interpreter it was run in. Useful for releasing unpacked code.
Python
53
star
60

Ethereum-Wallet-Tracker

Track ethereum balance and transactions using Python.
Python
52
star
61

Flutter-Tutorial

This it the code related to my flutter tutorial series on YouTube: https://www.youtube.com/watch?v=ly0hAtV7EBg&list=PLzMcBGfZo4-knQWGK2IC49Q_5AnQrFpzv
Dart
52
star
62

Go-API-Tutorial

Create an API in Go using the Gin framework.
Go
51
star
63

Flappy-Bird

The classic game of flappy bird made with python and pygame.
Python
49
star
64

MongoDB-Tutorial

Python
48
star
65

Python-Beginner-Automation-Projects

Python
48
star
66

GitHub-AI-Assitant-Agent

Python
48
star
67

Personal-Finance-Tracker

Python
48
star
68

Agora-Group-Video-Calling

A group video calling app using agora and react.
JavaScript
47
star
69

Pong-Python

The famous game of Pong implemented in Python with Pygame!
Python
46
star
70

WPM_Typing_Test

A typing speed test in python!
Python
45
star
71

Instagram-Clone

Instagram clone with react, sanity and express.
JavaScript
45
star
72

Python-Quiz

Jupyter Notebook
44
star
73

Python-Game-Dev-Intro

A simple python game made with pygame.
Python
41
star
74

PythonPaintProgram

Python
40
star
75

3-Mini-Python-Projects

Python
40
star
76

SeleniumTutorial

Python
39
star
77

Python-Scripting-Project

Python
38
star
78

2048-In-Python

Learn how to code the 2048 game in Python with Pygame!
Python
38
star
79

YouTube-Sentiment-Analysis

Python
37
star
80

Facial-Recognition-Client-Server

Python
36
star
81

5-Python-AI-Projects

Python
35
star
82

ColoredTextInPython

How to print colored text in python!
Python
33
star
83

React-Resume-Website

A portfolio/resume website built with react.
JavaScript
32
star
84

Python-Beginner-Quiz

A quiz for python beginners!
Python
32
star
85

Firework-Animation-Python

Python
31
star
86

Python-JS-Portfolio-Website

Python
30
star
87

AI-Choose-Your-Own-Adventure-Game

Python
29
star
88

Django-Google-Sign-In

A template project for using Google Sign In in a Django app.
Python
29
star
89

Online-Rock-Paper-Scissors

An online game of rock paper scissors, supporting infinite games. Created with pygame and sockets.
Python
29
star
90

Projectile-Motion-Physics-Engine

This program simulates projectile motion using a small pygame window that allows you to shoot a ball around the screen.
Python
28
star
91

Turtle-Racing-V2

A program that races turtles!
Python
28
star
92

Stable-Diffusion-Deployment

Python
26
star
93

Langflow-RAG-Tutorial

26
star
94

Google-Sheets-API-Python

Python
26
star
95

Django-React-Sample

JavaScript
26
star
96

AI-Blackjack

Python
26
star
97

Side-Scroller-Game

A small side scrolling game made with pygame.
Python
24
star
98

5-Mini-JS-Projects-for-Beginners

JavaScript
24
star
99

TypingDNA-Verify-API-Tutorial

The code base for the tutorial on how to use the TypingDNA Verify API
JavaScript
23
star
100

Solidity-NFT-Auction

A solidity smart contract for hosting an NFT auction.
22
star