Create True/False generator
This Python script provides a simple way to generate all possible combinations of True and False values for a given list of variables. Is widely used in inputs for problems in electronics.
Please review and merge. Thank you.
Hi @AaryaNale, please follow our Contribution Guidelines
@hastagAB Can you please let me know about the modifications i need to make? Thank you.
@hastagAB I reviewed the Contribution Guidelines. The only two things absent in my file are:
- Requiremnts.txt file
- Haven't added my name to the project list. At this moment, I cannot inculcate both, because:
- My code does not require specific external dependencies to run.
- I cannot add my name to the project list because it has not been merged into the master branch yet, and i do not have a project URL to redirect to.
If there is something I am missing out, please let me know, and I'll try to improve ASAP.
@AaryaNale Requirements.txt file is optional and in case you don't have any external dependency you can skip this. You can add your name in the main README keeping the links relative to your forked repo. Merging your PR will add your script, as well as your README line contribution. Both will be reflected in the main repo once merged. Thanks!
@hastagAB I have added the entry and mentioned this PR. Please let me know if any other changes are to be made. For reference, the README.md PR is Update README.md #339 Thanks.
Hi @AaryaNale, you don't need to open a separate PR for the README updation. Just make the changes in your existing codebase the push the changes, and it'll automatically reflect in this PR.