This example python also provides an interface for entering commands like CMD (Windows Command Prompt). For example, with! Help, you can learn commands and execute other commands.
For example, as the basic interface !help menu;
It also comes with 2 languages built in. These are divided into Turkish and English. The first time the program opens, it asks you for your language. You can enter -> en_US if it is English, and -> tr_TR if it is Turkish.
The program stores your language data in a file named "languageSettings.mqs". The program automatically saves and reads the language you set at the first start. (If you enter an invalid language code or text, it will ask again.) Also, the directory of the file (". \ Include \ languageSettings.mqs") will be created automatically when the project is first opened.
The project was created with "PyCharm Communty Edition 2020.3.4" but Visual Studio Code etc. It is also suitable to develop with IDE's.
Check it from the "Issues" tab.
- Open PyCharm
- Click Open Project or File > Open Project.
- Extract the files you extracted from zip to a folder and select the folder with Open.
- After a little wait, WorkSpace is ready!
- Open VS Code 2.File> Open Folder
- Extract the files in the downloaded zip to the folder, select the folder.
- You can start editing the codes with the Inculde> py-console.py file.
- WorkSpace is ready!