Table of Contents
This repository will contain small automation/crazy/fun projects made using Python Programming Language. At present, the projects contained in this repository are:
This repository is primarily maintained by @007vedant and @opencodenitr org.
To make the contributions to the projects find the steps below.
Our Slack Community: Slack Invite
Contributions for **Hacktoberfest 2021** are welcome 🎉🎉
Please refer to the project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your local system
- Commit changes to your own separate branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE 1: Please abide by the Contributing Guidelines.
NOTE 2: Please abide by the Code of Conduct.
-
Although every project can be run in a global environment after installing the required dependencies, we strongly recommend using a virtual environment for each project to avoid clashes and compatibility issues and to ease the contribution. A virtual environment can be setup using this.
-
Inside the virtual environment, install the dependencies and libraries for each project using the requirements.txt file available in the project directories. To install the dependencies use the following in the terminal
python -m pip install -r requirements.txt
-
The project can be run directly via any text editor using main.py file present in the project directories. To run the project via terminal, use the following command.
python main.py
Distributed under the Apache 2.0 License. See LICENSE
for more information.
opencodenitr/hephaestus is Starware. This means you're free to use the project, as long as you star its GitHub repository. Your appreciation makes us grow and glow up. ⭐
Thanks goes to these wonderful people 🥇
Made with contributors-img.
This project follows the all-contributors specification. Contributions of any kind welcome!