After the install, open 'CitrusLoader'. Here you have useful commands, such as new Project and much more.
By entering the 'new projectname' command, you'll create a project. The Folder of the project will be where the CitrusLoader is.
Example:
If the citrusloader is on desktop, it will create it on desktop.
You'll see in the project's folder some files. These are the requirements, config and main.citrs. Main.citrs is the file where the code is. It's the same as python, but the extension is different.Â
After coding, you can run it/convert it in .py from .citrs and then make it executable file.
You can always type 'tutorial' command and see some tips. Remember: CitrusScript is not a different coding language, just a support for python made it easier. (with CitrusLoader)