hackr
hackr copied to clipboard
A python library for hackathons.
Hey guys, As a maintainer of the organisation, I would like us to implement Test-Driven approach for development of every module hereafter. Plus, let's write best-fit tests for existing code...
I added a python file named text to array it's a file that changes the context of file to array. I know it's a small file but I will add...
I get the following error when I try to import hackr: ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in () ----> 1 import hackr ~/anaconda3/lib/python3.6/site-packages/hackr/__init__.py in () 4 5...
Maybe we can explore better things with https://github.com/kennethreitz/requests-html
Data Analytics plays an important role in Hackathons. Maybe we can think of a way to support Data Analytics/Visualisation methods to extend support.? cc @shubhodeep9
There're lot of libraries that can be implemented in hackr. Although, I would suggest to not to use heavy libraries, but yeah, adding features is what is needed! Under this...
Create an object of type class and then create a figure. You can choose between line bar and scatter graph. You feed the coordinates into these functions and receive back...
Right now it generates name and addresses using Faker. Faker could be utilised completely to add more functionalities.
As of now, there are multiple functionalities implemented in a single file. Most of the generator functions are `Faker` oriented. Maybe a separate file handles such functions.