โผ Latest
Coder
Free mode
100% free
Freemium
Free Trial
-
85685162Released 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
-
Generate code snippets, functions, and components with AI assistance.Open2084Released 2d agoFree + from $16/moOutreachGlue๐ 10 karmaOct 1, 2025Great tool for helping with coding tasks.
-
13,18212Released 27d agoNo pricing
-
Generate tailored cover letters from resume and job description.Open34916Released 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,50224Released 9mo 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.
-
Converts JavaScript code to TypeScript.Open3,58016Released 2y agoNo pricing
-
838,657636v1.6 released 16d agoFree + from $12/moReducing manual efforts in first-pass during code-review process helps speed up the "final check" before merging PRs
-
29,92246v6.0.15 released 1mo 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)
-
AI-powered code reviews that accelerate pull requests and improve code qualityOpen87018Released 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
-
Secuarden is your LLM-powered, context-aware security co-pilot for code reviews.Open4,7119Released 2mo agoFree + from $30
-
31,62275Released 6mo 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.
Verified tools
-
53,600130v1.2.0 released 1mo agoFree + from $20/moWould 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!
-
19,669138Released 6mo ago#10 in Trending>Why is this website so ugly? Our goal is to rapidly make the software better, not to have a shiny website. Love it!
-
6,460150Released 1y agoFree + from $16.99/moWould love to fix it, which link did you try ?
-
2,59416Released 1y agoFrom $99/mo
- Sponsor:Rocket.new Vibe Coding
-
10,13370Released 1y agoFree + from $20/moHelps a lot and saves us time with PR review - great cozy tool!
-
6,99225Released 2y agoFree + from $16/mo
-
3557Released 3mo agoFree + from $3.89
-
Transform your codebase into comprehensive, beautiful documentation automatically.Open2,73248Released 1y ago100% Free
-
13,36991Released 1y agoFree + from $50/yr
-
8,84418Released 1y agoFree + from $15/mo
-
Tailored cover letters for each job opening in secondsOpen2,16928Released 1y agoFrom $14.99/moHeya Francesco, could you provide more info pretty please? What button exactly?
Other tools
-
7177Released 7mo agoFrom $20/mo
-
2,67579Released 1y ago100% Free
-
1,64410Released 1y agoFrom $9.99/mo
-
3,52721Released 2y agoFrom $2.10
-
2,26252Released 9mo agoFree + from $19/mo
-
5329Released 9mo agoNo pricing
-
5996Released 11mo agoFree + from $24.99/mo
-
Open52312Released 11mo agoNo pricing
-
1,52216Released 11mo agoFrom $36.50
-
3842Released 1y agoNo pricing
-
2,14424Released 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
-
8213Released 1y agoNo pricing
- Didn't find the AI you were looking for?
-
Open1,2768Released 9mo agoFree + from $14
-
1731Released 10mo agoFrom $9/mo
-
1,07217Released 11mo agoFree + from $40/yr
-
6775Released 11mo agoFree + from $5/mo
-
323Released 1y agoNo pricing
-
1862Released 1y agoFrom $25/mo
-
4202Released 1y agoFree + from $9/mo
-
2791Released 1y agoNo pricing
-
1,1323Released 1y agoFrom $19/mo
-
333Released 1y agoNo pricing
-
1,11929Released 1y ago100% Free
-
4313Released 1y agoFree + from $10/mo
-
3885Released 1y ago100% Free
-
58510Released 1y ago100% Free
-
76512Released 1y agoFree + from $20/mo
-
3697Released 1y agoFree + from $18/mo
-
1,3548Released 1y agoFrom $9
-
4923Released 1y agoFree + from $99/mo
-
4937Released 1y agoFrom $19/moI used it once but for me, it was a good experience. It was easy and quickly. I recommended it
-
1,45311Released 1y agoFree + from $5/yr
-
74915Released 1y agoFree + from $15/mo
-
61510Released 1y agoNo pricing
-
38211Released 1y ago100% Free
-
5458Released 1y agoFree + from $14.99/mo
-
4575Released 1y agoFrom $20/mo
-
5611Released 1y agoFree + from $10/mo
-
1,05925Released 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.
-
86619Released 1y agoFree + from $14/mo
-
6696Released 1y agoFree + from $29/mo
-
7203Released 1y agoFree + from $34.99/yr
-
5296Released 1y ago100% Free
-
1,13425Released 1y agoFree + from $20/mo
-
91110Released 1y agoFree + from $5/mo
-
1,29828Released 1y agoFree + from $7.50/mo
-
84213Released 1y agoFree + from $10/mo
-
4456Released 1y agoNo pricing
-
1,5316Released 1y agoFrom $24.99
-
3155Released 1y agoNo pricing
-
1,10316Released 1y ago100% Free
-
10,77163Released 1y agoFree + from $0.01
-
5919Released 1y agoFree + from $15/mo
-
67419Released 1y agoFree + from $7.5/mo
-
6639Released 1y ago100% Free
-
3566Released 1y agoFrom $4
-
871824Released 10mo ago100% Free
-
2662043Released 11mo ago100% Free
-
1252Released 3mo ago100% Free
-
2814370Released 9mo ago100% Free
-
63196128Released 10mo ago100% Free
-
Open4314468Released 1y ago100% Free
-
Open432Released 13h ago100% Free
-
Transform job postings into personalized cover letters instantly.Open1011Released 2d ago100% Free
-
Transform job details into professional cover letters instantly.Open934Released 3d ago100% Free
-
Transform complex programming problems into crystal-clear pseudocode.Open522Released 8d ago100% Free
-
248117107Released 10d ago100% FreeGreat tool! And totally free! Directly from haven
-
1554443Released 16d 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.Open23109Released 1mo ago100% Free
-
AI book cover designer that creates visually striking, genre-appropriate covers from your title.Open783327Released 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
-
Open602220Released 2mo ago100% Free
-
682724Released 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
-
Open561913Released 2mo ago100% Free
-
Open1334649Released 2mo ago100% Free
-
AI-powered graphic designer for vibrant Afrobeat album covers.Open22117Released 2mo ago100% Free
-
1,106235375Released 3mo ago100% Free
-
2,5197971,040Released 3mo ago100% Free
-
2338968Released 3mo ago100% Free
-
Optimize AV codecs for peak streaming performance.Open1442Released 6mo ago100% Free
-
1012723Released 7mo ago100% Free
-
661711Released 7mo ago100% Free
-
Open1022731Released 8mo ago100% Free
-
1452326Released 8mo ago100% Free
-
AI-powered code generator for efficient development.Open438108110Released 8mo 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.
-
4226089Released 8mo ago100% Free
-
1646265Released 8mo ago100% Free
-
1,495558565Released 8mo ago100% Free
-
3935Released 8mo ago100% Free
-
4124546Released 8mo ago100% Free
-
4479091Released 8mo ago100% Free
-
4238584Released 8mo ago100% Free
-
1543239Released 8mo ago100% Free
-
4494166Released 9mo ago100% Free
-
2,148718631Released 9mo ago100% Free
-
2,020378578Released 9mo ago100% Free
-
597159175Released 9mo ago100% Free
-
36298101Released 9mo ago100% Free
-
1581936Released 9mo ago100% Free
-
Open2701535Released 10mo ago100% Free
-
3404171Released 10mo ago100% Free
-
1753941Released 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
-
548146161Released 10mo ago100% Free
-
42891129Released 10mo ago100% Free
-
Open2833246Released 10mo ago100% Free
-
AI code assistant: Analyze, explain, and optimize snippets instantly.Open2753359Released 10mo ago100% Free
-
Open1,104126220Released 10mo ago100% Free
-
43791130Released 10mo ago100% Free
-
8725896Released 10mo ago100% FreeThe images are pretty good but it rarely gets the name/title correct
-
2482342Released 10mo ago100% Free
-
3043747Released 11mo ago100% Free
-
2945071Released 11mo ago100% Free
-
1,110246261Released 11mo ago100% Free
-
3286381Released 1y ago100% Free
-
41991139Released 1y ago100% Free
-
1493340Released 1y ago100% Free
-
4133382Released 1y ago100% Free
-
AI-powered JavaScript for sleek signup forms.Open3384173Released 1y ago100% Free
-
2,181160477Released 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
-
3555772Released 1y ago100% Free
-
2722438Released 1y ago100% Free
-
Craft compelling novel covers with AI precision.Open4086389Released 1y ago100% Free
-
1981322Released 1y ago100% Free
-
1962547Released 1y ago100% Free
-
199,7037,82721,843Released 1y ago100% Free
-
2654259Released 1y ago100% Free
-
4664775Released 1y ago100% Free
-
2986193Released 1y ago100% Free
-
3864568Released 1y ago100% Free
-
54567163Released 1y ago100% Free
-
2303148Released 1y ago100% Free
-
11525Released 8mo ago100% Free
-
Dutch-flavored Excel VBA magic: Efficient code, clear comments.Open40481114Released 8mo ago100% Free
-
AI-powered Web3 dev mentor for full-stack mastery.Open901516Released 8mo ago100% Free
-
4083258Released 9mo 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 10mo ago100% Free
-
921129Released 11mo ago100% Free
-
Transform patient data into precise medical codes instantly.Open1162627Released 11mo ago100% Free
-
Open1541731Released 1y ago100% Free
-
1821827Released 1y ago100% Free
-
2151331Released 1y ago100% Free
-
3132154Released 1y ago100% Free
-
4,829360932Released 1y ago100% Free
-
217342Released 1y ago100% Free
-
19197Released 1y ago100% Free
-
10711Released 1y ago100% Free
-
2772Released 1y ago100% Free
-
91013400Released 1y ago100% Free
-
4572Released 1y ago100% Free
-
331610Released 1y ago100% Free
-
892518Released 1y ago100% Free
-
26226Released 1y ago100% Free
-
48121Released 1y ago100% Free
-
1,79632125Released 1y ago100% Free
-
Paranoid AI coder with a knack for sentient AI and eerie humor.Open10412Released 1y ago100% Free
-
126134Released 1y ago100% Free
-
291631Released 1y ago100% Free
-
Expert in creative coding, providing guidance and code assistance.Open10730Released 1y ago100% Free
-
19323Released 1y ago100% Free
-
565391Released 1y ago100% Free
-
149167Released 1y ago100% Free
-
180310Released 1y ago100% Free
-
184145Released 1y ago100% Free
-
278272Released 1y ago100% Free
-
1761360Released 1y ago100% Free
-
77528460Released 1y ago100% Free
-
215195Released 1y ago100% Free
-
9671086Released 1y ago100% FreeIts really great support for non-coders who want to develop or modify/update the code. We need to just make sure your requirement prompt is pretty clear. and it delivers very good output.
-
829111Released 1y ago100% Free
-
3318Released 1y ago100% Free
-
3295Released 1y ago100% Free
-
43810Released 1y ago100% Free
-
9062Released 1y ago100% Free
-
630Released 1y ago100% Free
-
30142Released 1y ago100% Free
-
50231Released 1y ago100% Free
-
5,03713818Released 1y ago100% Free
-
16310Released 1y ago100% Free
-
4277107Released 1y ago100% Free
-
5105654Released 1y ago100% Free
-
6394Released 1y ago100% Free
-
3941783Released 1y ago100% Free
-
4094645Released 1y ago100% Free
-
5507Released 1y ago100% Free
-
40617Released 1y ago100% Free
-
148110Released 1y ago100% Free
-
175Released 1y ago100% Free
-
1131259Released 1y ago100% Free
-
7612Released 1y ago100% Free
-
Open556271Released 1y ago100% FreeIt's not working. I tried various browsers, same result. Application error: a client-side exception has occurred (see the browser console for more information).
Post