-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
JKasCode edited this page Feb 15, 2021
·
1 revision
Lenny has many different commands that can all be used for different things.
-
/help- This command brings up the help page where you can then navigate to any explanation you need!
-
/cmds- Also opens up the help page, but jumps straight to the commands section for quick access to all the available commands!
-
/mathnot functional- Allows you to write in any equation or math input to get the answer of! Currently doesn't work, service disabled by default.
-
/time- Prints a compact display of the current time in your time zone!
-
/sqrtbeta- Brings up the custom
kSquareRootfunction by KasCode. Enter in any number you want the square root of, then the number of algorithm repetitions (at least 500 recommended).
- Brings up the custom
-
/services- Prints all the custom services being used in the program, and allows you to enable/disable them! This feature exists for parts that aren't entirely functional yet.
-
/reminder- Allows you to change the reminder that gets printed every time you start the program.
-
/exitor/quit- Simply stops the program. This command can also be run without the
/
- Simply stops the program. This command can also be run without the
Usage instructions:
- Run this in Terminal:
git clone https://github.com/JKasCode/lenny-python.git -
cdto the repository:cd lenny-python - Run this command:
python3 main.py
Stable version of Lenny is on the main branch. git switch (branch name) to use a newer or different version!
Most recent update:
- Improved commands dict
- Moved commands dict to
cmds.py - Introduced reminder
- New commands:
/reminderand/cmds