Hack-Unicorn-Club / Hacktoberfest-2023-Contributions

Official HUC repository for Hacktoberfest 2023
MIT License
7 stars 14 forks source link

Added "BulkShortsMaker" project #11

Closed HarjjotSinghh closed 11 months ago

HarjjotSinghh commented 11 months ago

BulkShortsMaker

A program made using Python which can create multiple Shots/Reels at once!

Why did I make this?

Well basically theres this feature by canva pro called Bulk Create, which is exclusively a PRO feature, so when I made this project, I did not have Canva Pro, and I didn't wanted to buy it :p

Soo this was my creation in order to get a Canva Pro feature for free :)

Setup this project

  1. Must have python>=3.11.4 installed.
  2. Clone this repository/entire project in your desktop.
  3. Create a virtual environment inside the root folder of this project (./BulkShortsMaker/) using the command-
    py -m venv env
  4. Activate your virtual environment by running the command-
    ./env/Scripts/activate
  5. Install all required packages using the command-
    pip install -r requirements.txt
  6. Create your config.json file inside the ./BulkShortsMaker/ folder and add your API keys, please refer the config.json.example file for furhter info.
  7. Run the main pyhon file using the command-
    python main.py

How to contribute to this project?

You are free to do any optimizations/additions/changes, just do anything that you think can make this project better, or maybe you can also find any loopholes/bugs in the project and contribute that way.