Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>IzehNew to Visual Studio Code? Get it now.
Izeh

Izeh

Daryoush Alipour tirotir

|
7,929 installs
| (0) | Free
Izeh is a versatile VSCode extension offering snippets, lessons, examples, and templates for Python basics, Tkinter GUI development, and libraries like colorama, termcolor, pyttsx3, gtts, playsound, tkintermapview, turtle, and pyinstaller.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Izeh VSCode Extension

Welcome to the Izeh VSCode Extension!

Izeh is a versatile extension designed for Python developers and enthusiasts. It provides a comprehensive collection of snippets, lessons, examples, and templates for Python basics, Tkinter GUI development, and popular libraries like colorama, termcolor, pyttsx3, gtts, playsound, tkintermapview, turtle, and pyinstaller. Additionally, it includes a wide range of questions, exercises, and solutions to enhance your coding skills.

Features

Python Basics

  • Basic Python Snippets: izeh
    • Print Hello World: print('Hello, World!')
  • Addition of Two Numbers: izehadd
    • Add two numbers and print the result.
  • String Concatenation: izehconcat
    • Concatenate two strings.
  • Read from File: izehreadfile
    • Read content from a file.
  • Write to File: izehwritefile
    • Write content to a file.
  • Simple List Operations: izehlistops
    • Perform basic list operations.
  • Simple Function Definition: izehfuncdef
    • Define a simple function.
  • Simple Class Definition: izehclassdef
    • Define a simple class.
  • Basic Dictionary Operations: izehdict
    • Perform basic dictionary operations.
  • If Statement Example: izehif
    • Example of using an if statement in Python.
  • For Loop Example: izehfor
    • Example of using a for loop in Python.
  • While Loop Example: izehwhile
    • Example of using a while loop in Python.

Libraries

  • Colorama: izehcolorama
    • Use Colorama for colored text output.
  • Termcolor: izehtermcolor
    • Apply colors to text using Termcolor.
  • Pyttsx3: izehpyttsx3
    • Convert text to speech with pyttsx3.
  • Gtts: izehgtts
    • Use gTTS for text-to-speech and play the result.
  • Playsound: izehplaysound
    • Play sound files with playsound.
  • Image Handling: izehpicture
    • Open and display images using the Pillow library.
  • Map Handling: izehmap
    • Open and display maps using the tkintermapview library.
  • Executing: izehpyinstaller
    • Using PyInstaller to create an executable.
  • Turtle: izehturtle
    • Create shapes and images with the turtle library.

Tkinter Widgets

  • Basic Tkinter Window: izehtk
    • Create a basic Tkinter window.
  • Complete Tkinter Window with Widgets: izehtkcomplet
    • Create a Tkinter window with a label, entry, and button with a function.

Conversion Snippets

  • Convert Kg to Grams and Pounds (cmd): izehkgcmd
    • Convert kilograms to grams and pounds using the command line.
  • Convert Kg to Grams and Pounds (Tkinter): izehkggtk
    • Convert kilograms to grams and pounds using Tkinter.

Usage

To use a snippet:

  1. Open a Python file in VSCode.
  2. Type the snippet prefix (e.g., izehadd).
  3. Press Tab to insert the snippet.

Contributing

Feel free to submit issues and pull requests if you have any suggestions or improvements.

License

This extension is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Thank you for using the Izeh VSCode Extension. We hope it enhances your Python and Tkinter development experience!

GitHub Repository

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft