A desktop screenshot application
It's a desktop screenshot application. Both CLI and GUI version is available to use
- Python 3
-
Download the repo as zip and unzip it
orClone the repo using:git clone https://github.com/code-with-santanu/Screenshot-App.git -
Move to
Screenshot-App\WindowsExecutable\App_v1.1.0directory -
Double click on the
ScreenshotSP.exeto execute on your system.
(You can also make a shortcut to your windows startup menu)
- Clone the repository and go to the Screenshot-App directory (replace the [path] with the directory path on your system)
git clone https://github.com/code-with-santanu/Screenshot-App.git
cd [path]
- Activate the virtual environment
.\projectenv\Scripts\activate
- verify if all the dependencies are installed or not
pip install -r requirements.txt
- To execute the
CLIversion run:
python screenshot.py
- To execute the
GUIapp through command-line, run:
python screenshotgui.py
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
💙 If you like this project, give it a ⭐ and share it with friends!
More Projects GitHub: Santanu Pal
Made with ❤️ and Python.
