โผ Latest
Coder
Free mode
100% free
Freemium
Free Trial
-
87187166Released 1y ago100% Free**Simple Chat Application using Python** ===================================== Here is a simple code for a chat application using Python: **Server Side (chat_server.py)** ```python import socket import threading HOST = '127.0.0.1' PORT = 9090 server = socket.socket(socket.AF_INET, socket.SOCK_STREAM) server.bind((HOST, PORT)) server.listen() clients = [] nicknames = [] def broadcast(message): for client in clients: client.send(message) def handle(client): while True: try: message = client.recv(1024) broadcast(message) except: index = clients.index(client) clients.remove(client) client.close() nickname = nicknames[index] broadcast(f'{nickname} left the chat!'.encode('ascii')) nicknames.remove(nickname) break def receive(): while True: client, address = server.accept() print(f"Connected with {str(address)}") client.send('NICK'.encode('ascii')) nickname = client.recv(1024).decode('ascii') nicknames.append(nickname) clients.append(client) print(f'Nickname of the client is {nickname}!') broadcast(f'{nickname} joined the chat!'.encode('ascii')) client.send('Connected to the server!'.encode('ascii')) thread = threading.Thread(target=handle, args=(client,)) thread.start() print("Server Started!") receive() ``` **Client Side (chat_client.py)** ```python import socket import threading HOST = '127.0.0.1' PORT = 9090 client = socket.socket(socket.AF_INET, socket.SOCK_STREAM) client.connect((HOST, PORT)) def receive(): while True: try: message = client.recv(1024).decode('ascii') if message == 'NICK': client.send(nickname.encode('ascii')) else: print(message) except: print("An error occurred!") client.close() break def write(): while True: message = f'{nickname}: {input("")}' client.send(message.encode('ascii')) nickname = input("Choose a nickname: ") receive_thread = threading.Thread(target=receive) receive_thread.start() write_thread = threading.Thread(target=write) write_thread.start() ``` **How to use:** 1. Run the `chat_server.py` script in a separate terminal or command prompt. 2. Run multiple instances of the `chat_client.py` script in separate terminals or command prompts. 3. Each client will be prompted to enter a nickname. 4. Clients can send messages to each other by typing and pressing enter. Note: This is a very basic implementation and you may want to add more features such as error handling, encryption, and more.
Featured matches
-
60,234145v1.2.0 released 2mo agoFree + from $20/moJohnson๐ 111 karmaJul 16, 2025Would rate 4.9 if possible, but rounding up to 5 stars because this app truly excels compared to other AI coding tools. Why 5 Stars: Best-in-class AI coding assistance Huge improvements over competitors Actually works for real development Real Impact: I successfully built and published an actual app using this tool - that's game-changing for non-developers like me. Bottom Line: Yes, there's room for improvement, but this is already the top AI coding app available. The fact that ordinary people can create real apps with it says everything. Perfect for anyone wanting to turn ideas into actual apps!
-
5,11514Released 4d ago100% Free
-
Generate code snippets, functions, and components with AI assistance.Open5208Released 18d agoFree + from $16/mo
-
Generate tailored cover letters from resume and job description.Open84216Released 1mo agoFree + from $4.99It makes crafting professional, tailored cover letters quick and stress-free, helping you stand out with ease. Highly recommended for everyone!
-
5,54327Released 10mo agoFree + from $19Nice and simple tool. Not all generated images are perfect, but I like that you can simultaneously generate multiple covers in different styles. Every spin, I get at least a couple of beautiful ones.
-
912,766653v1.6 released 1mo agoFree + from $12/moReducing manual efforts in first-pass during code-review process helps speed up the "final check" before merging PRs
-
30,88246v6.0.15 released 2mo agoFree + from $0.05Test failure can be triggered by: - Text not being found - Image not being found - "Assert" condition not being met (according to AI with 90% confidence)
-
2072Released 2d agoFree + from $10/mo
-
Open2507Released 6d agoFree + from $9/mo
-
Assign Jira tickets directly to Cursor agents and get PRs and Previews.Open1,5955Released 2mo agoFree + from $15/mo
Verified tools
-
13,50693Released 1y agoFree + from $50/yr
-
8,90918Released 1y agoFree + from $15/mo
-
6,81653Released 2y agoFree + from $4/mo
-
5,81676Released 2y agoFree + from $9/mo
- Sponsor:Rocket
-
Secuarden is your LLM-powered, context-aware security co-pilot for code reviews.Open5,5359Released 2mo agoFree + from $30
-
33,99275Released 7mo ago100% FreeReally handy app, lets me control Virtual Studio Code from my phone, send over code or files in seconds, and even use voice commands.
-
10,22470Released 1y agoFree + from $20/moHelps a lot and saves us time with PR review - great cozy tool!
-
7,03725Released 2y agoFree + from $16/mo
-
Open9,3093Released 15d agoFree + from $200/mo
-
AI-powered code reviews that accelerate pull requests and improve code qualityOpen1,04825Released 1mo agoFree + from $12.50/moI signed up for early access and have been using codoki for a few months now, eventually brought it into my team as well. Great tool, simple to use, not overwhelming and has caught things in a way thats actually digestible
-
3667Released 4mo agoFree + from $3.89
-
Transform your codebase into comprehensive, beautiful documentation automatically.Open2,82849Released 1y ago100% Free
-
6,76949Released 1y agoFree + from $11/mo
-
5,63129Released 2y agoFree + from $5/mo
-
13,20072Released 2y agoFree + from $490/yr
-
4,61038Released 2y agoFree + from $32/moReally impressed with CodeThreat! Itโs great to have a free tool that detects both code vulnerabilities and library risks. The setup was smooth, and it fits well into CI/CD pipelines. Definitely worth checking out!
-
20,672420Released 2y agoFree + from $29DocuWriter.ai has helped us to document all our codebase. And to understand old legacy code as well.
-
2,23429Released 8mo agoNo pricingAbsolutely love this tool! It helps me apply to jobs so quickly and is so easy to use
Other tools
-
2,68680Released 1y ago100% Free
-
2,28853Released 9mo agoFree + from $19/mo
-
6076Released 11mo agoFree + from $24.99/mo
-
2,16524Released 1y agoFree + from $4.99/moI need to create a relationship between the Excel that contains the phone numbers in column A for the people to whom I want to send their performance sheet via WhatsApp every month with the click of a button automatically and without any intervention from me, knowing that the performance sheet is an image in column C and each person has his own sheet where the only link between the performance sheet and the phone number is their personal names
-
94120Released 1y agoFree + from $9/mo
-
1,06925Released 1y ago100% FreeYou need an Open AI Api Key, but when you put it in and click Save it says it needs to be 10 characters or more. It Definitely was 10 char's or more. So, gave up on it.
-
6838Released 1y agoFree + from $29/mo
-
5,46312Released 1y agoFree + from $4.49/mo
-
1,0433Released 2y agoFree + from $7.99
-
5,03259Released 2y ago100% Free
-
2,329132Released 2y agoFree + from $20/moI was able to produce some really stunning QR codes that consistently scan on my phone and it's the easiest tool I've found that makes it simple to do this without needing to worry about the AI behind it.
-
3,32333Released 2y agoFree + from $29/mo
- Didn't find the AI you were looking for?
-
3,08829Released 2y agoNo pricing
-
8826Released 2y agoFree + from $15/mo
-
3,72032Released 2y agoFree + from $6/yrI'm a developer and Code Genius is my pair programming, it's amazing how much time it already saved me. Especially when it comes to unit tests (Jest and React Testing Library) ๐ฏ Recommended!
-
8,14041Released 2y ago100% Free
-
2,50428Released 2y agoFree + from $7/mo
-
11,442184Released 2y agoFree + from $19/moIts a really great code generator, it helped me with lots of codes for lots of programming languages, it gives short answers, explain the code and gives you versions of the code if asked
-
1,30924Released 2y agoFree + from $5
-
5,32591Released 2y ago100% Free
-
3,72225Released 2y agoFree + from $5.39/mosays it lets you do one for free before purchasing.. which is a lie
-
Open3,43617Released 2y agoFree + from $11.99/mo
-
12,650130v1 released 2y agoFree + from $9.00/mo
-
7,75261Released 3y agoFree + from $4.99/mo
-
AI code assistant that accelerates development while ensuring privacy.Open6,623108v1 released 6y agoFree + from $39.00/mo
-
5587Released 8y agoFree + from $30000/yr
-
Open1,2858Released 9mo agoFree + from $14
-
1,08817Released 1y agoFree + from $40/yr
-
6925Released 1y agoFree + from $5/mo
-
4332Released 1y agoFree + from $9/mo
-
1,12729Released 1y ago100% Free
-
4403Released 1y agoFree + from $10/mo
-
3985Released 1y ago100% Free
-
60110Released 1y ago100% Free
-
78112Released 1y agoFree + from $20/mo
-
3867Released 1y agoFree + from $18/mo
-
5123Released 1y agoFree + from $99/mo
-
1,47011Released 1y agoFree + from $5/yr
-
75715Released 1y agoFree + from $15/mo
-
39311Released 1y ago100% Free
-
5588Released 1y agoFree + from $14.99/mo
-
5761Released 1y agoFree + from $10/mo
-
6926Released 1y agoFree + from $29/mo
-
7253Released 1y agoFree + from $34.99/yr
-
5436Released 1y ago100% Free
-
1,28325Released 1y agoFree + from $20/mo
-
93510Released 1y agoFree + from $5/mo
-
1,31128Released 1y agoFree + from $7.50/mo
-
1,11416Released 1y ago100% Free
-
10,82563Released 1y agoFree + from $0.01
-
6079Released 1y agoFree + from $15/mo
-
77019Released 1y agoFree + from $7.5/mo
-
6929Released 1y ago100% Free
-
6021Released 2y agoFree + from $12/mo
-
3923Released 2y agoFree + from $19/mo
-
65521Released 2y agoFree + from $1
-
1,0445Released 2y ago100% Free
-
1,52010Released 2y agoFree + from $5
-
8152Released 2y ago100% Free
-
6942Released 2y agoFree + from $19/mo
-
3,80816Released 2y agoFree + from $6.99
-
3,97356Released 2y ago100% Free
-
1,1473Released 2y agoFree + from $7/mo
-
3,66510Released 2y agoFree + from $5/moHi there - this is Paris, the maker of TimeComplexity.ai! I hope you like this tool, please let me know any feedback!
-
1,96820Released 2y agoFree + from $39/mo
-
1,8197Released 2y ago100% Free
-
1,9409Released 2y ago100% Free
-
9987Released 2y agoFree + from $5/mo
-
3,64532Released 2y ago100% Free
-
1,4864Released 2y agoFree + from $4.99
-
1,44522Released 2y agoFree + from $19.99/mo
-
2,79926Released 2y agoFree + from $6.95/mo
-
2,90531Released 2y ago100% FreeIt appears to work well for me. You might consider giving it another try.
-
7,76850Released 2y agoFree + from $20/mo
-
7,17989Released 2y ago100% Free
-
3,25223Released 2y agoFree + from $9.99/mo
-
8,13890Released 2y agoFree + from $7.99/mo
-
1091Released 2y agoFree + from $19.99
-
6,33527Released 2y agoFree + from $14/mo
-
4,90528Released 3y agoFree + from $4.99/mo
-
AI-powered job application assistant for winning resumes and cover letters.Open3,16624Released 3y agoFree + from $20/mo
-
2,56516Released 3y agoFree + from $120/mo
-
3,99967Released 3y agoFree + from $20/mo
-
1,32812Released 3y agoFree + from $10/mo
-
22,419109Released 3y agoFree + from $8/mo
-
8,45274Released 2y agoFree + from $20/mo
-
8,48548Released 3y agoFree + from $6.99/mo
-
26,752449Released 2y agoFree + from $12/mo
-
2,05911Released 2y agoFree + from $20/mo
-
81315Released 1y agoFree + from $9.99/mo
-
1,18319Released 3y agoFree + from $19/mo
-
1,14940Released 1y ago100% Free
-
4114Released 1y agoFree + from $9/mo
-
70419Released 2y agoFree + from $2
-
892125Released 10mo ago100% Free
-
2732043Released 11mo ago100% Free
-
1252Released 4mo ago100% Free
-
2894673Released 10mo ago100% Free
-
647100131Released 11mo ago100% Free
-
4404770Released 1y ago100% Free
-
Instantly generates clean, optimized Node.js code from your specifications.Open922Released 8d ago100% Free
-
Open36129Released 16d ago100% Free
-
Transform job postings into personalized cover letters instantly.Open3033Released 18d ago100% Free
-
Transform job details into professional cover letters instantly.Open1656Released 19d ago100% Free
-
Transform complex programming problems into crystal-clear pseudocode.Open824Released 24d ago100% Free
-
498213189Released 26d ago100% FreeGreat tool! And totally free! Directly from haven
-
2056664Released 1mo ago100% FreeThis tool took a lot of trial and error to get the vibe I was hoping for, and I'm impressed with it so far. Hopefully people get a kick out of it.
-
Transform programming ideas into crystal-clear pseudocode instantly.Open331111Released 1mo ago100% Free
-
AI book cover designer that creates visually striking, genre-appropriate covers from your title.Open1034136Released 1mo ago100% FreeThe creativity in this one is great. It still messes up the words a little bit, but I noticed it seems to be a common thing with tools like this. Overall, itโs a fantastic option for cover design
-
Open732823Released 2mo ago100% Free
-
863729Released 2mo ago100% FreeNot the best tool out there, but the generated images were interesting and good enough for sketching a first idea for how you want your future book cover to look like
-
Open722516Released 2mo ago100% Free
-
Open1706264Released 2mo ago100% Free
-
AI-powered graphic designer for vibrant Afrobeat album covers.Open26157Released 2mo ago100% Free
-
1,189250415Released 3mo ago100% Free
-
3,2449901,421Released 3mo ago100% Free
-
2499674Released 3mo ago100% Free
-
Optimize AV codecs for peak streaming performance.Open1442Released 7mo ago100% Free
-
1082723Released 8mo ago100% Free
-
681711Released 8mo ago100% Free
-
Open1183236Released 8mo ago100% Free
-
1582528Released 8mo ago100% Free
-
AI-powered code generator for efficient development.Open446112113Released 9mo ago100% FreeIf you just started using python or coding this could help you a lot! I remember first time searching for a string of code and... it wasnt the most easy task at all.
-
4416396Released 9mo ago100% Free
-
1666265Released 9mo ago100% Free
-
1,537572577Released 9mo ago100% Free
-
4046Released 9mo ago100% Free
-
4264849Released 9mo ago100% Free
-
48599100Released 9mo ago100% Free
-
4358986Released 9mo ago100% Free
-
1573239Released 9mo ago100% Free
-
4604167Released 9mo ago100% Free
-
2,243746654Released 9mo ago100% Free
-
2,325431697Released 9mo ago100% Free
-
640177197Released 10mo ago100% Free
-
386109113Released 10mo ago100% Free
-
1602037Released 10mo ago100% Free
-
Open2741637Released 10mo ago100% Free
-
3644374Released 10mo ago100% Free
-
1803942Released 10mo ago100% FreeWeb Development and App Building Services Overview As a skilled developer, I can assist with creating websites and building mobile applications. I can also generate code to help with programming tasks. Web Development Services Mobile App Development Services Cross-Platform Mobile Apps: I can also develop cross-platform mobile apps using frameworks like React Native, Flutter, or Xamarin. Mobile App Design: I can create user-friendly and intuitive mobile app designs that meet your specific needs. Programming Services Code Generation: I can generate code snippets in various programming languages, including Python, Java, JavaScript, and C . Programming Language Support: I can assist with programming tasks in a variety of languages, including but not limited to: Bug Fixing and Debugging: I can help identify and fix errors in your code. Example Code Generation Here's an example of a simple "Hello, World!" program in Python: def main(): print("Hello, World!") if __name__ == "__main__": main() Or a simple JavaScript function to add two numbers: function addNumbers(a, b) { return a b; } console.log(addNumbers(2, 3)); // Output: 5 Let me know if you have a specific project in mind, and I'll be happy to assist you. I can create websites, build apps and generate codes
-
558152167Released 10mo ago100% Free
-
465102142Released 10mo ago100% Free
-
2993549Released 11mo ago100% Free
-
AI code assistant: Analyze, explain, and optimize snippets instantly.Open2873864Released 11mo ago100% Free
-
Open1,154132237Released 11mo ago100% Free
-
44698135Released 11mo ago100% Free
-
8866298Released 11mo ago100% FreeThe images are pretty good but it rarely gets the name/title correct
-
2582544Released 11mo ago100% Free
-
3053747Released 11mo ago100% Free
-
3095477Released 11mo ago100% Free
-
1,125253265Released 1y ago100% Free
-
3466589Released 1y ago100% Free
-
42694143Released 1y ago100% Free
-
1593744Released 1y ago100% Free
-
4173383Released 1y ago100% Free
-
Open3634882Released 1y ago100% Free
-
2,211167486Released 1y ago100% Freemini-tool? nahhh, this one's a mini-cool. but for real, it actually gives nice tattoo ideas, ofc nothing out of the ordinary, but it throws out decent concepts and it's fast as hell
-
3746278Released 1y ago100% Free
-
2852941Released 1y ago100% Free
-
Craft compelling novel covers with AI precision.Open4186994Released 1y ago100% Free
-
2011322Released 1y ago100% Free
-
2012850Released 1y ago100% Free
-
199,7957,85321,873Released 1y ago100% Free
-
2684562Released 1y ago100% Free
-
4724976Released 1y ago100% Free
-
3056597Released 1y ago100% Free
-
3914568Released 1y ago100% Free
-
54767163Released 1y ago100% Free
-
2393350Released 1y ago100% Free
-
11525Released 9mo ago100% Free
-
Dutch-flavored Excel VBA magic: Efficient code, clear comments.Open42381118Released 9mo ago100% Free
-
AI-powered Web3 dev mentor for full-stack mastery.Open941516Released 9mo ago100% Free
-
4314067Released 10mo ago100% FreeCompletely misread my code and accused me of using assignment in the conditional of a while loop when thereโs no โ=โ anywhere close to that conditional.. Busted and useless.
-
78523Released 11mo ago100% Free
-
951230Released 11mo ago100% Free
-
Transform patient data into precise medical codes instantly.Open2144950Released 1y ago100% Free
-
Open1541731Released 1y ago100% Free
-
1901929Released 1y ago100% Free
-
2231331Released 1y ago100% Free
-
3162255Released 1y ago100% Free
-
4,838362934Released 1y ago100% Free
Post