Skip to content

abeshahsan/Photo-Wizard

Repository files navigation

Photo-Wizard

Photo-Wizard is a desktop application with some basic features of a photo editor made as the Lab project for
CSE 4552: Computer Graphics and Multimedia Systems

Team Members

Build and Run

Clone the repository

To clone the repository, type the command in any folder.

git clone https://github.com/abeshahsan/Photo-Wizard.git

This will create a folder 'Photo-Wizard' in that directory. It will have a complete copy of this repository. With a '.git' folder inside.

Create the virtual environment

To run any Python or pip command in your project, you will need to activate the virtual environment But you can ignore this part if you don't create a virtual environment and install them globally.
To create a virtual environment in your project folder:

python -m venv packages

Activate the virtual environment

.\packages\Scripts\activate

If you activate the virtual env, all commands, and packages will be controlled from the 'packages' folder.
The interpreter will be: packages/Scripts/python.exe
And The libraries will be in packages/Lib

Download packages

pip install -r requirements.txt

Run

python -m main

Built With

Frameworks:

  • PyQT6
  • Numpy

Features

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors