Skip to content

code-with-santanu/Screenshot-App

Repository files navigation

Screenshot App

A desktop screenshot application


About The Project

It's a desktop screenshot application. Both CLI and GUI version is available to use

App preview:

App-preview image

Built With

  • Python 3

Downlod and Execute the GUI version of the software to your system 💻

  1. Download the repo as zip and unzip it or Clone the repo using:

    git clone https://github.com/code-with-santanu/Screenshot-App.git
    
  2. Move to Screenshot-App\WindowsExecutable\App_v1.1.0 directory

  3. Double click on the ScreenshotSP.exe to execute on your system.

(You can also make a shortcut to your windows startup menu)

Usage : Command line usage 🖥️

  1. 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]
  1. Activate the virtual environment
.\projectenv\Scripts\activate
  1. verify if all the dependencies are installed or not
pip install -r requirements.txt
  1. To execute the CLI version run:
python screenshot.py
  1. To execute the GUI app through command-line, run:
python screenshotgui.py

Contribution 🙋

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.

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

☺️ Support

💙 If you like this project, give it a ⭐ and share it with friends!

Contact

More Projects GitHub: Santanu Pal

Acknowledgements

Made with ❤️ and Python.

About

Screenshot app in both CLI and GUI version

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published