Metadata-Version: 2.1
Name: dumbscript
Version: 1.3.0
Summary: A simple, fun scripting language called DumbScript with recipes, loops, and more!
Home-page: https://github.com/yourusername/dumbscript
Author: Your Name
Author-email: you@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

its python for lower end people

DumbScript v1.3 Help 🌟
- Variables: name = value → supports int, float, bool, string, list
- Math: math var = expression → do math operations, ++/-- shortcuts
- Random: random var = [options] → pick a random value from a list
- Recipes: recipe name: ... → define functions, do name → call them
- Say / Print: say 'message' or say_color 'message' → prints text with optional color
- Loop: loop(count): ... → repeat code count times (loop(forever) for infinite)
- Countdown: countdown var, start → counts down from start to 0
- Ask: ask "question" into var → get input from user
- Pause: pause(seconds) → sleep for given seconds
- Clear: clear → clears the screen
- Write: write "filename" "text" → writes text to file, variables replaced
- Explode: explode → triggers a fake error for chaos
