Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 749 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 749 Bytes

String-to-Ordered-List

This is a short and simple Python script that I've created to convert strings into ordered lists. Use this script online.

Some features I want to add:

  • Allow user to choose delimiter to parse string with.
  • Add the option to copy and paste the resulting text.
  • Make program reusable (easily/without need to exit and reopen program).

Please let me know of any other features you'd like to be added via my Twitter or by creating an issue.

Thanks!

Current issues:

  1. '!bysentence' delimiter currently does not work and returns a lengthy error.