Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harry48225/ascii-python-splitter
This takes a large ascii and splits into lines for easy pasting into python.
https://github.com/harry48225/ascii-python-splitter
Last synced: 15 days ago
JSON representation
This takes a large ascii and splits into lines for easy pasting into python.
- Host: GitHub
- URL: https://github.com/harry48225/ascii-python-splitter
- Owner: harry48225
- Created: 2015-12-09T16:24:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T10:41:37.000Z (over 7 years ago)
- Last Synced: 2024-11-06T06:38:07.219Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASCII-Python-splitter
This takes a large ascii and splits each line into a different item inside a list. It creates the for loop required to print it as well.
It is reccomended to run this in something like eclipse so that you can copy the output.