This repository is one of the many repositories maintained by the NIT Rourkela tech community. To get more info about all of our projects, visit our Info Doc
We are super happy that you are here and invite you to join us at our Hacktoberfest Meetup.
Our Slack Community: Slack Invite
We are are excited to see your awesome PRs. As a recognition of your awesome efforts, we would be giving a badge of gratitute to you to showcase your fantastic contribution on sending your first PR in October 2020
Contributions for Hacktoberfest 2020 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 own machine
- Commit changes to your own 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 Code of Conduct.
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. ⭐
This repository will contain small automation/crazy/fun projects made using Python Programming Language. At present, the projects contained in this repository are:
-
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