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
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.
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
.\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
pip install -r requirements.txt
python -m main
- PyQT6
- Numpy