Convert the repository into a python module
danascape opened this issue · 4 comments
-
Converting the script into a module allows easier installation, along with reusability and modularization of the script.
-
One of the suggestions can be to use, poetry to create a base module and then adapting the script.
I'd like to help you with this issue. Lets work on it together!
@devkakeri06 would you like to take up this issue? If yes then please reply with a brief description of the changes that you will make.
- Identify and fix bugs that occur during module import to ensure smooth integration.
- Enhance code modularity and provide additional functionality for improved flexibility.
- Improve overall documentation by providing comprehensive instructions and examples for better understanding and utilization.
@devkakeri06 I am assigning this issue to you. This idea would probably restructure the whole code base so please take your time to plan your changes. Also, I'd like to remind you to document your changes in the README so that new contributors can understand the changes. Try to solve this issue in a way that we can still call the scripts in the command line.