Skip to content

mamiiblt/command-prompt-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Prompt Example on Python

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;

image

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.

image

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.

image

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.

If you want to get more detailed information about the project;

Check it from the "Issues" tab.

If you want to Open (PyCharm);

  1. Open PyCharm
  2. Click Open Project or File > Open Project.
  3. Extract the files you extracted from zip to a folder and select the folder with Open.
  4. After a little wait, WorkSpace is ready!

If you want to Open (VS Code);

  1. Open VS Code 2.File> Open Folder
  2. Extract the files in the downloaded zip to the folder, select the folder.
  3. You can start editing the codes with the Inculde> py-console.py file.
  4. WorkSpace is ready!

Lisance

http://mqsftp.gq/license/