TheRenegadeCoder / subete

The Sample Programs API in Python
https://subete.therenegadecoder.com
MIT License
2 stars 2 forks source link

Add Soft Key Input For Repo and Language Collection #30

Open jrg94 opened 3 years ago

jrg94 commented 3 years ago

Right now, there is convenient ways to access code as follows:

>>> repo["Python"]["Hello World"].code()
"print('Hello, World!')\n"

The user needs the exact name of the language and program to get anything useful. Maybe make it case insensitive at the very least.