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
- Read from File:
izehreadfile
- Read content from a file.
- Write to File:
izehwritefile
- Simple List Operations:
izehlistops
- Perform basic list operations.
- Simple Function Definition:
izehfuncdef
- Define a simple function.
- Simple Class Definition:
izehclassdef
- 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.
- 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:
- Open a Python file in VSCode.
- Type the snippet prefix (e.g.,
izehadd
).
- 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