Skip to content

Abhijith14/Project-SmartGitAuto-v2

Repository files navigation

Project-SmartGitAuto-v2

Be sure to ⭐ this repo so you can keep up to date on any daily progress!

Project_CONNECT version   python version   project type   license


📕 Installation

First of all, download and install Python and your favourite IDE (I used PyCharm). Python Version 3.6 or higher is required.

🕷️ Create an environment

Whatever you prefer (e.g. conda or venv)

mkdir myproject
$ cd myproject
$ python3 -m venv venv

🕷️ Activate the venv folder

Windows:

venv\Scripts\activate

Mac / Linux (Create a venv, activate it and install requirements.txt):

. python3 -m venv venv
. venv/bin/activate

🕷️ Install Dependencies

Install Dependencies only for Mac/Linux:

. pip install -r requirements.txt

⭐️ Project assistance

If you want to say thank you or/and support active development of Project-SmartGitAuto-v2.git :

Together, we can make this project better every day! 😘


🛠️ Built With

❤️ Authors

  • Abhijith Udayakumar - Design & Development - Abhijith14

🚨 Forking this repo (please read!)

yes, with attribution.

I value keeping my work open source, but as you all know, plagiarism is bad. It's always disheartening whenever I find that someone has copied my work without giving me credit. I spent a non-trivial amount of effort building and designing this project, and I am proud of it! All I ask of you all is to not claim this effort as your own.

TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to Abhijith14/Project-SmartGitAuto-v2.git . Thanks!


About

A personalized github automation for my portfolio and repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages