Skip to content
Sign UpLog In
Profile icon

Taheem Akter

@CyberPy
A 14-year-old who likes to code in Python, HTML, CSS and JavaScript.
GitHub
  • PyLator

    Cover page
    Made with Python

    PyLator 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.

    Recent comments (4)
    CyberPy
    CyberPy
    1 year ago

    PyLator Web!

    Invalid image url

    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!

  • PyWeather

    Cover page
    Made with Python

    Forecasting 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

    Recent comments (0)
  • Calculator

    Cover page
    Made with Python

    An all-purpose calculator!

    Recent comments (1)
    CyberPy
    CyberPy
    10 months ago

    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!

  • Racing Sim

    Cover page
    Made with Python

    A Racing Simulator that I made.

    Read the tutorial.md file before starting.

    Please enjoy!

    Recent comments (16)
    EthanRoeber
    EthanRoeber
    4 months ago

    how do go back to menu from the shop

    GideonKagan
    GideonKagan
    6 months ago

    UHH.... it wont work. ERROR.

    GideonKagan
    GideonKagan
    6 months ago

    Pls make graphics!!

    GideonKagan
    GideonKagan
    6 months ago

    Also, why does it always say first lap into the race?

    GideonKagan
    GideonKagan
    6 months ago

    Now, i would like to see you make game have images while in the race. Just use text to make imgs ig. Like it would show cars drifting in beetween laps, or when u finish a lap it would show a finish line

    GideonKagan
    GideonKagan
    6 months ago

    Great game :)

    noqtsinyourarea
    noqtsinyourarea
    1 year ago

    so i cant convert gems into my coins cool so you made gems for no reason :/

  • Pi Game

    Cover page
    Made with Python
    Recent comments (3)
    CyberPy
    CyberPy
    1 year ago

    π!

    Αυτό είναι ένα παιχνίδι στο οποίο πρέπει να πληκτρολογήσετε τα ψηφία του 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!

    I kind of want someone to work with me on my project.

    hey, can you join my team?

Repls
Community
CyberPy
CyberPy
published a Repl
9 months ago
0
PyWeather
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
CyberPy
CyberPy
published an Update
10 months ago
0
Calculator
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!
#python
#Calculator
CyberPy
CyberPy
published an Update
11 months ago
0
Game of 100
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.
CyberPy
CyberPy
published an Update
1 year ago
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!
CyberPy
CyberPy
published an Update
1 year ago
0
PyLator
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
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
CyberPy
@VulcanWM Planning to add some CSS, but how do you use UptimeRobot, and what does it do?1 year ago
VulcanWM
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
CyberPy
CyberPy
shared a Post
1 year ago
CyberPy
CyberPy
shared a Post
1 year ago
Whenever I run my code, it shows this: Serving Flask app 'main' (lazy loading) Environment: production WARNING: This is a development server. Do
VulcanWM
VulcanWM
Try app.run(port=8080, host=‘0.0.0.0’, debug=True)1 year ago
VulcanWM
VulcanWM
Can I see the code?1 year ago
CyberPy
CyberPy
shared a Post
1 year ago
#python
#python3
#simple
+1
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,
PyLator (ORIGINAL)
Python
CHRISTIANMATTHY
CHRISTIANMATTHY
why is there a progress bair that just waits 1 ms1 year ago
Yoplayer1py
Yoplayer1py
And it doesn't exit the translator...1 year ago
Yoplayer1py
Yoplayer1py
I don't see the loading animation :(.. As you said it makes anything more cooler1 year ago
CyberPy
CyberPy
published a Repl
2 years ago
12
PyLator (ORIGINAL)
PyLator (ORIGINAL)A simple translator for all your needs made using python and the translator module
CyberPy
CyberPy
shared a Post
2 years ago
InitColor A color initializer for your python program! So this is an efficient IMO. It has multiple features, as listed below |Feature|Description
InitColor
Python
MrVoo
MrVoo
Looks useful! Can it be used more than once?2 years ago
VulcanWM
VulcanWM
Nice!2 years ago
CyberPy
CyberPy
shared a Post
2 years ago
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
MrVoo
MrVoo
It doesn't work if you're making a console app2 years ago
Coder100
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
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
CyberPy
CyberPy
shared a Post
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
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
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
CyberPy
CyberPy
published a Repl
2 years ago
0
Connect3WeeklyChallenge#2
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.
DynamicSquid
DynamicSquid
SCORED Not bad for Part 1, well done!2 years ago
CyberPy
CyberPy
shared a Post
2 years ago
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
Kaleidoscope-Like Turtle drawing
Python (with Turtle)
Bookie0
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
CyberPy
CyberPy
published a Repl
2 years ago
9
weekly-1
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!
GLXY-LGNDS-4
GLXY-LGNDS-4
Hey, nice project, btw, it got me an idea of btw to complete my entry project, thank you2 years ago
ch1ck3n
ch1ck3n
actually negative numbers can be squares for example the the square root of -9 is 3i2 years ago
CyberPy
CyberPy
shared a Post
2 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
alive-progress
Python
cuber1515
cuber1515
Really cool!2 years ago
CyberPy
CyberPy
published a Repl
2 years ago
2
alive-progress
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
sn236
sn236
nice2 years ago
SquareSquidward
SquareSquidward
Pretty Cool, can I borrow it?2 years ago
CyberPy
CyberPy
shared a Post
2 years ago
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
alive-progress
Python
Bookie0
Bookie0
Nice tutorial! The loading animation is really satisfying! :)2 years ago
CyberPy
CyberPy
shared a Post
2 years ago
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
Pattern Maker
Python
cuber1515
cuber1515
Cool! > ok, shut up, you can read, can't you? so get rid of that duh face of yours lol lol2 years ago
CyberPy
CyberPy
shared a Post
2 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
Euler'sNum Game
Python