This repl has no description
More repls+3+4
HyperPaint BETAWelcome To HyperPaint BETA
Have an idea of what to paint but don't have a place to paint it? You've come to the right place.
Save Paintings
Save Custom Colors
10K
103
73
#games
ASCII ART GENERATORConvert Images and Texts Into ASCII Art.
Packages Used:
PIL for image to ASCII Art
pyfiglet for text to ASCII Art
Update:
Added Text To ASCII Art Generator
Custom Font option in Text to ASCII Generator
Added Unicode char style in image to ASCII Generator
Helpers:
@codeitfast
@DariaScott
Important
So many users are getting this error
local variable 'image' referenced before assignment
Why is this happening?
There are 2 reasons behind this:
The Image URL is not accessible
The Image type is not supported (svg, gifs, etc.)
Note: Images are not saved anywhere
15K
203
280
#apps
EvolutionSimulate evolution by selecting for certain criteria! This simulation tries to replicate evolution by simulating movements of little creatures named "cells". A small pet project by IcemasterEric, this turned out to work extremely well!
27.4K
280
296
9comments
yaro3D677 months ago
TheMaster766111 months ago
Uh, I ran the code, but I got this error.
Traceback (most recent call last): File "main.py", line 119, in <module> sources = audio.get_sources() File "/opt/virtualenvs/python3/lib/python3.8/site-packages/replit/audio/__init__.py", line 414, in get_sources data = self.read_status() File "/opt/virtualenvs/python3/lib/python3.8/site-packages/replit/audio/__init__.py", line 382, in read_status with open("/tmp/audioStatus.json", "r") as f: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/audioStatus.json'
same