Taheem Akter
@CyberPy
A 14-year-old who likes to code in Python, HTML, CSS and JavaScript.
0
PyWeatherForecasting for any city. Returns the following info about the city: Weather, Temperature, Feels Like Temp, Visibility, Wind Speed, Wind Direction, Cloudiness, Timezone, Sunrise and Sunset
1
0
0
0
CalculatorAn all-purpose calculator!
Calculator!
This is an almost all-purpose calculator that you can use for a variety of calculations.
Here is a list of calculations you can do:
Addition
Subtraction
Multiplication
Division
Square Root
Permutation
Exponents
Root
Scientific Notation
Sine
Cosine
Tangent
This calculator also lets you find the area and perimeter of 2D shapes, and volume and surface area of 3D shapes:
Triangle
Square
Rectangle
Parallelogram
Rhombus
Trapezoid
Circle
Regular Polygon
Cube
Cylinder
Cone
Square Based Pyramid
Rectangular Based Pyramid
Sphere
> There are some exceptions, though:
Scientific Notation works only for integers
Triangle Perimeter Calculation only works for equilateral triangles
Hope you find this useful!0
Game of 100A game you can never win. And I mean it, no joke.
The Game of 100
The Game of 100!
A game you can never win, and I mean it, no joke. Under certain circumstances
This game is pretty easy to play; two players take turns saying numbers anywhere between 1 and 10, adding the numbers to the total sum, and the person who says a number which makes the sum 100, they win.
Example Game:
See the README.md file for an example game.
It's not that hard to learn, and you can always win this game, but only if you go first.
I am also working on adding a two player version so you can play with a friend. (On the same device though)
This program was inspired by VSauce2's video. He has a full explanation about the game and how to win every single time if you go first.
Hope you enjoy the game and see you in my next post.0
1
0
0
THE π GAME
π!
Αυτό είναι ένα παιχνίδι στο οποίο πρέπει να πληκτρολογήσετε τα ψηφία του pi αφού σας δοθούν— Περιμένετε ένα λεπτό— WAIT A MINUTE, you don't know Greek! I don't either lol
Ok so, back to the beginning.
This is a game in which you have to tpye in the digits of pi after you are given them. It will give a certain amount of time to read the π digits. Once it shows the > sign, only then type. Remember to only enter the digits you were given, or else the program will tell you you go t it wrong
That's it. I know this game is SUPER simple, but it is kinda fun.
BUT, if you think this is easy, you are in for a suprise:
You need to type in 52 digits of pi (including the beginning 3)
If you do beat it, well,
THAT IS IMPRESSIVE
I'll give you a PIE, get it? lol
HOPE YOU ENJOY AND SEE YOU IN MY NEXT POST; BYE!
42
3
0
0
PyLatorPyLator is a free translating service created by CyberPy, also known as LeShuriken1, using Python and HTML, hosted on Replit, and translated by the translate module which uses MyMemory API.
PyLator Web!
PyLator Web!
image
Does anyone remember my PyLator post and how I created a program that can translate text from a language to another?
Well, @VulcanWM and @CodingElf16 suggested that I create a website from it, and here I am, four months later, with a website. (It did not take four months to make, but one week)
So here's how to use the program works:
First you need to input your text into the first box, then you can either press the Submit button, which will default the source language to English, and the destination language to French, or you could enter the two-digit ISO 2-letter language code (there's a list at the bottom), and then press the Submit button, then the input is sent to the program which translates it using the translate module, then it will output.
And PLEASE do not spam translate or put a huge amounts of text as it won't work because there is a limit of 1000 words. What you can do is fork the repl and then be stupid and spam translate large amounts of text.
If the repl is not able to run, it's because I do not have Always On on this repl because I do not have money to buy the Hacker Plan, although if I had money, I would have bought it. However, I will try my best to keep the repl running.
And that is it for this post and hope you benefit from this program!VulcanWM @CodingEssence this is really good, now try adding some css to it. Also you can add the url of this repl to uptimerobot and that might help1 year ago
CyberPy @VulcanWM Planning to add some CSS, but how do you use UptimeRobot, and what does it do?1 year ago
VulcanWM @CodingEssence so uptimerobot basically pings your repl every 5 mins so it stays alive. To use it, you have to go to uptimerobot.com, make an account and then enter the url you’d like it to ping (https://pylator.codingessence.repl.co/) 1 year ago
9
4
0
Whenever I run my code, it shows this:
Serving Flask app 'main' (lazy loading)
Environment: production
WARNING: This is a development server. Do
PyLator
A translator for all your need for all your needs, whether you need to translate something for some reason, or for your school!
Easy to use,
Python
Yoplayer1py I don't see the loading animation :(.. As you said it makes anything more cooler1 year ago
12
PyLator (ORIGINAL)A simple translator for all your needs made using python and the translator module
63
0
12
So I was creating a game, and I want to create a leaderboard for it, in python. So I just want to make sure, is this how you create keys in python for
Coder100 You can treat replit db as a dictionary!
So whatever you can do with a dictionary, you can do with replitdb.
no, you don't need the quotation marks if you are referencing a variable:
var = "whatever"
db[var] = "..."
yes fstrings are allowed.
Next time, try those things out first before asking2 years ago
SixBeeps The key name is simply a string, so as long as it is a valid Python string that follows the DB's naming rules, you can use it. That means:
Yes, the quotation marks are necessary unless you are referring to a variable or function that will turn into a string
Yes, f-strings are okay
Yes, you can use string interpolations other than f-strings too
As for your last question, the db acts like an array:
print( db["amount-chickens"] )
`2 years ago
This question randomly came to me, but how does the pinging system work in replit? (Not that I'm trying to steal your idea, I don't do JS)
IMayBeMe Pinging works almost identically to messaging. Each user should have a database key and when the code detects an @ it takes the target username and puts a notification under that database key.2 years ago
VulcanWM idk how replit does it but in my social media website, i check each word to see if it starts with @, then I remove the @ from the word. If the word is a real user's username, I give them a notification2 years ago
0
Connect3WeeklyChallenge#2This program was made for the Weekly Challenge #2. This program only satisfies part 1, as I do not have the brains to do the code.
14
2
0
A simple, Satisfying, Kaleidoscope-like drawing made with turtle
So, last year, I decided to try turtle, and it was miserable.
So I quit.
And today
Python (with Turtle)
Bookie0 Very mesmerizing! :)
You should add a while True: loop so that when the drawing ends, the program continues looping and you can input a new drawing in the console!
2 years ago
9
weekly-1This is a program that finds out the square root of any number (All types of numbers are supported now). This is my try at the Weekly Challenge #1. It also doesn't use ANY + operators! Only - operators!
67
22
9
GLXY-LGNDS-4 Hey, nice project, btw, it got me an idea of btw to complete my entry project, thank you2 years ago
ch1ck3n actually negative numbers can be squares
for example the the square root of -9 is 3i2 years ago
A Customizable, Colorful Progress Bar!
So i was searching for a way to create a progress bar, and stumbled upon alive-progress!
They have a lot of s
Python
2
alive-progressA progress bar made using alive-progress that gives a message of a unreal error at a random time! Feel free to use it! Please upvote here: https://replit.com/A-Customizable-Progress-Bar/14020 And: https://replit.com/talk/learn/A-Progress-Bar/142015
193
4
2
A progress bar made using alive-progress
> Beginners may not understand the things that are written on the PyPI page.
Have you ever wanted a progress
Python
A Pattern Maker!
You can make a pattern... and its not too hard!
All I needed was blessed! They offer over 200 colors (probably more),an input funct
Python
cuber1515 Cool!
> ok, shut up, you can read, can't you? so get rid of that duh face of yours lol
lol2 years ago
E
In this game, you can learn the first 50 digits of Euler's Number!
It will first tell you the digit, then tell you to read it CAREFULLY, and then
Python