168168 " Classic"
169169 ]
170170 },
171+ {
172+ "name" : " CInput" ,
173+ "description" : " Standalone library to add touchscreen keyboard. Check the wiki for more details" ,
174+ "author" : " Phoebe" ,
175+ "releaseDate" : " 2026-02-08" ,
176+ "installation" : " https://classpaddev.github.io/wiki/python/reference/cinput/" ,
177+ "download" : " https://raw.githubusercontent.com/TheRainbowPhoenix/MiscPythonExtra/master/cinput.py" ,
178+ "image" : " images/CInput/cover.png" ,
179+ "tags" : [
180+ " Utility" ,
181+ " Development"
182+ ]
183+ },
171184 {
172185 "name" : " CED" ,
173- "description" : " Classpad Editor - A Python code editor for the calculator. Needs cinput ." ,
186+ "description" : " Classpad Editor - A Python code editor for the calculator. Needs CInput ." ,
174187 "author" : " Phoebe" ,
175188 "releaseDate" : " 2026-02-09" ,
176189 "installation" : " https://github.com/TheRainbowPhoenix/MiscPythonExtra/blob/master/ced_new.py" ,
183196 },
184197 {
185198 "name" : " HarmoniExtra" ,
186- "description" : " A music chord viewer for Classpad. Needs cinput ." ,
199+ "description" : " A music chord viewer for Classpad. Needs CInput ." ,
187200 "author" : " Phoebe" ,
188201 "releaseDate" : " 2026-02-15" ,
189202 "installation" : " https://github.com/TheRainbowPhoenix/MiscPythonExtra/blob/master/HarmoniExtra.py" ,
222235 " Utility" ,
223236 " Education"
224237 ]
238+ },
239+ {
240+ "name" : " CDateInput" ,
241+ "description" : " Standalone library to add date and time picking. Needs CInput." ,
242+ "author" : " Phoebe" ,
243+ "releaseDate" : " 2026-02-22" ,
244+ "installation" : " https://classpaddev.github.io/wiki/python/reference/cinput/" ,
245+ "download" : " https://raw.githubusercontent.com/TheRainbowPhoenix/MiscPythonExtra/master/cdateinput.py" ,
246+ "image" : " images/CDateInput/cover.png" ,
247+ "tags" : [
248+ " Utility" ,
249+ " Development"
250+ ]
251+ },
252+ {
253+ "name" : " Math AI MoE" ,
254+ "description" : " A Mixture of Experts LLM for Classpad. Made to explain how MoE works. Needs CInput." ,
255+ "author" : " Phoebe" ,
256+ "releaseDate" : " 2026-02-20" ,
257+ "installation" : " https://github.com/TheRainbowPhoenix/MiscPythonExtra/blob/master/MathGPT.py" ,
258+ "download" : " https://raw.githubusercontent.com/TheRainbowPhoenix/MiscPythonExtra/master/MathGPT.py" ,
259+ "image" : " images/MathGPT/cover.png" ,
260+ "tags" : [
261+ " Math" ,
262+ " Demo" ,
263+ " AI" ,
264+ " Education"
265+ ]
266+ },
267+ {
268+ "name" : " QR Code Generator" ,
269+ "description" : " Pocket QR Code generator for the Classpad. Needs CInput." ,
270+ "author" : " Phoebe" ,
271+ "releaseDate" : " 2026-02-22" ,
272+ "installation" : " https://github.com/TheRainbowPhoenix/MiscPythonExtra/blob/master/qr_gen.py" ,
273+ "download" : " https://raw.githubusercontent.com/TheRainbowPhoenix/MiscPythonExtra/refs/heads/master/qr_gen.py" ,
274+ "image" : " images/QRGen/cover.png" ,
275+ "tags" : [
276+ " Utility" ,
277+ " Demo" ,
278+ " Education"
279+ ]
225280 }
226281]
0 commit comments