https://github.com/mouse-reeve/alphabetizer
Sorts text, leaving non-alpha characters in place
https://github.com/mouse-reeve/alphabetizer
alphabet alphabetizer twitter-bot twitter-streaming-api
Last synced: 3 months ago
JSON representation
Sorts text, leaving non-alpha characters in place
- Host: GitHub
- URL: https://github.com/mouse-reeve/alphabetizer
- Owner: mouse-reeve
- License: mit
- Created: 2015-09-09T23:49:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T23:01:19.000Z (about 8 years ago)
- Last Synced: 2025-01-08T11:18:00.031Z (5 months ago)
- Topics: alphabet, alphabetizer, twitter-bot, twitter-streaming-api
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alphabetizer
Sorts text, leaving non-alpha characters in place.```bash
$ python alphabetizer.py 'Sorts text, leaving non-alpha characters in place.'
Aaaaa accc, eeeeghh iil-llnnn noopprrrss st tttvx.
```