This repository serves as an archive of the earliest programs I wrote back in 2020, long before starting any course. While the code is basic, I keep it public as a record of where my programming journey began.
- Electronic Configuration Generator: Accepts an atomic number and outputs the electron subshell arrangement using the Aufbau principle.
- Number to Words Converter: Converts numeric inputs into spoken word equivalents (e.g.,
1024->One Thousand Twenty-Four).
- Language: Python
- Setup: Standard CLI programs, no external dependencies required.
Note: This code is preserved in its original state for nostalgic and archival purposes.