Update README.md

This commit is contained in:
2021-01-20 15:19:40 -05:00
committed by GitHub
parent 99c7d5da14
commit ea881fbac3
+5 -1
View File
@@ -11,12 +11,16 @@ This repository is the home for the `replit` Python package, which provides:
- A simple audio library that can play tones and audio files!
- Some helpful functions for displaying ANSI colors within interactive terminal sessions.
![compute](https://github.com/kennethreitz42/replit-py/blob/kr-cleanup/ext/readme.gif?raw=true)
### It's worth noting…
The [Repl.it](https://repl.it/) Python environment does not require any platform-specific code, however, these optional utilities provide additional platform features in a simple and accessible way.
![compute](https://github.com/kennethreitz42/replit-py/blob/kr-cleanup/ext/readme.gif?raw=true)
*Example*: [Repl.it DB](https://docs.repl.it/misc/database) is an HTTP service, but an optional Python client (here!) is available.