replit-py icon indicating copy to clipboard operation
replit-py copied to clipboard

A helpful Python package that helps you build excellent things inside Repls! 💻

Results 9 replit-py issues
Sort by recently updated
recently updated
newest added

In the README, I find that this is a little bit misleading. > *A Flask–based application framework for accelerating development on the platform.* This change accurately represents the feature as...

With the `replit` package installed, installing the `typing-extensions` package isn't possible: ![image](https://user-images.githubusercontent.com/23623276/158650037-1e81d7a2-8500-4bc8-8ec2-a89719758857.png) Steps to repro: 1. Use poetry to install the `replit` package 2. Install the `typing-extensions` package 3. Should...

When trying to play an audio file in Python, I receive the following: TimeoutError: Source was not created within 2 seconds. I have verified this across multiple replits with wav...

I'm trying to loop music and it only plays once. I also went to a program that can adjust volume and how many times it loops. when I add loop...

I am trying to make an email verification system (which works) on a different account, but I cant hide the email and password without being interrupted by this error. ```...

Bump typing_extensions to v4, which is what many packages now depend on. Package uses python 3.8, but v4 is only breaking on python

Hi In trying to use source.duration in the audio library, ``` File "/home/runner/Musical-Dice/venv/lib/python3.10/site-packages/replit/audio/__init__.py", line 136, in duration return timedelta(millaseconds=self.__payload["Duration"]) TypeError: 'millaseconds' is an invalid keyword argument for __new__() ``` I...

**Problem:** When using the `audio` module from this package, a `FileNotFoundError` occurs **Code sample:** ```py from replit import audio x = audio.play_file("flashback.mp3") print(x) ``` **Error:** ![Screenshot_20230403-195442_Replit](https://user-images.githubusercontent.com/87054411/229541314-20a0d8a4-fbcb-4a96-90e6-788d629823de.jpg)