Skip to content
Sign UpLog In
Profile icon

CoolJames1610

@CoolJames1610
New account: @Zeliktric
  • tictactoe

    Cover page
    Made with Python
    Recent comments (2)
    vrabb
    vrabb
    2 years ago

    Nice game but make the AI with more intelligence if you can

    Zeliktric
    Zeliktric
    2 years ago

    nice

  • flightmodule

    Cover page
    Made with Python
    Recent comments (2)
    JWZ6
    JWZ6
    2 years ago

    Cool!

    NathanTodd2
    NathanTodd2
    2 years ago

    wat this

Repls
Community
CoolJames1610
CoolJames1610
published a Repl
2 years ago
1
talkingmedia
talkingmediaSimple social media by using your voice
CoolJames1610
CoolJames1610
shared a Post
2 years ago
How to link your custom domain to your repl! Hello everyone and today I will be going through how to link your custom domain with your repl with clou
domainlinking
Python
proPianist1124
proPianist1124
for some reason my repl just keeps saying "domain verifying" and hasn't given me the LINK DOMAIN for a couple of hours8 months ago
Yaumama
Yaumama
I have done everything including disabling proxy and I get the error "Tried to reach our servers but we got an unexpected host header, is there a proxy in the way?"1 year ago
MrVoo
MrVoo
" Unfortunately, there are no such things as "free domains" " Are you sure about that? https://www.freenom.com/en/index.html?lang=en2 years ago
CoolJames1610
CoolJames1610
published a Repl
2 years ago
23
economybot
economybotA template for a discord.py bot with database integration and a fully functioning web dashboard.
Subroutine
Subroutine
EEE2 years ago
noxitb
noxitb
nice2 years ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
#quart
#discordpy
#dpy
+6
The template for this tutorial
economybot
Python
animetan
animetan
Does not work :(11 months ago
Coolboy62ksi
Coolboy62ksi
It doesn't even work1 year ago
itzscuzzles
itzscuzzles
thank you for making this, I've been looking for something like this for a while2 years ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
[Discord.py] Discord Bot with fully functioning web dashboard! Hello everyone and today I will be going through how to make a discord bot, a website
discord.pywebdashboardtutorial
Python
Pranav-AA
Pranav-AA
which version of python is used here? Since i couldn't run the code it shows error many times11 months ago
futuremanhank
futuremanhank
I am trying to replicate this with my own app and using Flask instead of Quart. I have had no issues up until the login section. For some reason when I get to the login screen and click my "Login to Discord" button I just get thrown an "internal server error" and I am not sure why. Any ideas?1 year ago
ordi999
ordi999
Thanks to you I was able with some difficulties to succeed to follow your tutorial. Now I have to study all this in order to learn how to use it! A huge thank you for this tutorial1 year ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
A quick tictactoe game I created in CS Class Simpler than the tictactoe online game I created :) Thanks
quickttt
Python
JBloves27
JBloves27
Nice! its simple as you said! ;)2 years ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
Top tips for your discord.py Discord bots! Well hello everyone and I am creating this little handy tutorial for your python discord bots. I am sure y
discordpytips
Python
PyCoder01
PyCoder01
This is not the best discord.py bot basics tutorial because there are more basics of discord bots and there are more basic ways to make a discord bot than this.2 years ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
Fantasy Premier League Bot or FPL for short Hello guys and I am pleased to announce my latest bot FPL! For you guys wondering what FPL even is, it a
JBloves27
JBloves27
Nice job!2 years ago
angrydoge
angrydoge
Ive never seen someone make a amzibg bot incpython till now2 years ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
This one isn't as impressive as my Flighter one but it's still a module nonetheless xD Maybe I'll do a tutorial ... > Comment yes or no :P Anyway, t
pc
Python
GulliverM
GulliverM
no yes2 years ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
Change Calculator If you don't wanna get ripped off by those vending machines then u might wanna use this ;) Just input a value (in £ IM SORRY xD) a
change calculator
Python
NoNameByProgram
NoNameByProgram
Screen Shot 2020-11-02 at 7.08.24 AM yes, the pound sign. one of the easiest letter to type from A-Z on the standard keyboard.2 years ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
Hey guys, I finally uploaded my module Flighter to PyPi! This module takes in a speed (in knots) and two ICAOs (codes for airports) and will tell you
flightmodule
Python
CoolJames1610
CoolJames1610
shared a Post
2 years ago
How to avoid concatenation errors in Python using F-Strings! So when they teach you Python, the "name and age" example always crops up: name = input
fstrings
Python
MarcusWeinberger
MarcusWeinberger
Very neat! You can also do: x = 32 * 5 print(f"{x=}") And it will output x=1602 years ago
Wumi4
Wumi4
Yey! Fun fact: Here is a longer typing of the F-String. They both work the same. name = input("What is your name? ") age = int(input("How old are you? ")) print("Hello {}! You are {} years old!".format(name, age)) `2 years ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
⭕❌ Noughts And Crosses ONLINE ❌⭕ An offline and online game created using Python and Pymongo What is this? This is a noughts and crosses game made u
tictactoe
Python
OwenAblett
OwenAblett
11 1 1 1 1 11111111111111 2 years ago
Dobrinia
Dobrinia
Cool project, but when i try to play online it gives me a big error: File "main.py", line 54, in main() File "main.py", line 51, in main olttt() File "/home/runner/jbAp2lep4py/gamemodes/onlinettt.py", line 969, in olttt main_menu(dbusername) File "/home/runner/jbAp2lep4py/gamemodes/onlinettt.py", line 847, in main_menu my_stats(username) File "/home/runner/jbAp2lep4py/gamemodes/onlinettt.py", line 824, in my_stats main_menu(username) File "/home/runner/jbAp2lep4py2 years ago
Kirit0
Kirit0
Hello, i am currently working on a project that has similar interface with it. Mainly being the login and attempted online communication. I was wondering if you would like to join my team for a little bit, and help me out? I was just wondering cause you have managed to do it successfully but i am still struggling. https://repl.it/teams/join/yldpasaoeixeoadyxdtoeuixjkiwyufh-DreamVTechno There is the link. ^-^2 years ago
CoolJames1610
CoolJames1610
shared a Post
2 years ago
WEEKLY Challenge #20 OOOH! This one was a lot of fun making :P Thanks to TheDrone7 for posting these challenges as they are really fun :D Made wit
#20
Python
CoolJames1610
CoolJames1610
shared a Post
2 years ago
This one was kinda hard since python is slow My program can do the first 10 terms in like 1 or 2 mins Havent tried it for longer ... I have a speci
#19
Python
TheDrone7
TheDrone7
SCORED.2 years ago
ch1ck3n
ch1ck3n
image it's skipping2 years ago
CoolJames1610
CoolJames1610
shared a Post
3 years ago
Simple Login Feature using Pymongo To make this project yours, just fork this and enter your connection string If you do not know how to get a conne
loginfeature
Python
Codemonkey51
Codemonkey51
The connection string should probably be in an env var for servers so users can't leak all the data3 years ago
CoolJames1610
CoolJames1610
shared a Post
3 years ago
#WEEKLY Weekly Challenge #18 This is my entry I tried not to use the itertools module but I just couldn't do it :( . I used the function here and ma
#18
Python
TheDrone7
TheDrone7
SCORED.3 years ago
Bookie0
Bookie0
Screen Shot 2020-09-14 at 1.38.18 PM i got a typo by accident, you might want to prevent that lol 3 years ago
CoolJames1610
CoolJames1610
shared a Post
3 years ago
#WEEKLY Weekly Challenge #17 This is my entry 2nd try lmao The background image represents the fact the numbers of the fibonacci sequence makes a sp
fibonacci
HTML, CSS, JS
TheDrone7
TheDrone7
SCORED.3 years ago
CoolJames1610
CoolJames1610
shared a Post
3 years ago
Hey, I've uploaded a package onto PyPi but if I open another repl, any modules or files included in the module aren't imported over. Can anyone help
CodeLongAndPros
CodeLongAndPros
Go to the packages button on the sidebear and try searching for it.3 years ago
CoolJames1610
CoolJames1610
shared a Post
3 years ago
✈️Welcome to the FLIGHT TIME CALCULATOR!✈️ ✈ You will be able to enter a plane's name, it's average speed (google if you don't know) and set the depa
StaticFortunateCopyleft
Python
SwaroopBappanad
SwaroopBappanad
I love really like the project, but I am afraid your code has sent my brain into a meltdown.3 years ago
k9chelsea2
k9chelsea2
invite me to the server when its done pls lol nice program btw3 years ago