Skip to content

Hanane-se/Palestine_flag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Palestine_flag

Create Virtual Environement

A virtual environment isolates your Python project’s dependencies from your system Python and other projects. This prevents version conflicts and makes your project easier to manage and share.

Navigate to your project directory

cd ~/Bureau

Create a virtual environment (named venv):

python3 -m venv myenv

Activate the virtual environment:

source venv/bin/activate

Install dependencies (e.g., Pillow):

Pillow is a popular Python library for image processing. It is a modern fork of the original Python Imaging Library (PIL) and provides tools to open, manipulate, create, and save many different image file formats.

Common uses:

Creating images from scratch Editing and drawing on images Converting between image formats Resizing, cropping, rotating images

pip install pillow

Run your Python script:

python palestine.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages