# Modes or subprograms

**URL:** https://forum.makecode.com/t/modes-or-subprograms/9511
**Category:** Maker
**Created:** [August 3, 2021, 3:11pm UTC](https://forum.makecode.com/t/modes-or-subprograms/9511 "2021-08-03T15:11:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![markevans36301](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/markevans36301/32/4663_2.png) [@markevans36301](https://forum.makecode.com/u/markevans36301)
#### Post date: [August 3, 2021, 3:11pm UTC](https://forum.makecode.com/t/modes-or-subprograms/9511/1 "2021-08-03T15:11:40Z")

</div>

Hi,  
I am working with the PyBadge and have created a little click and calculate utility that doesn’t use but a small amount of my available storage so I was thinking I could do several little utilities like this and then call them by bringing up a screen like the console and picking the utility.

Problem is, I have not stumbled across anything like this in the examples. Is this even possible using the drag and drop editor or should I just forget doing it there and go to CircuitPython?

thanx  
M
