Find the percentage of programming languages used in your project
📖 Documentation
·
Report a Bug
·
Request Feature
Find the percentage of programming languages used in your project
In order to get started, please make sure that you have python
and pip
installed on your computer.
- Install pip packages
# install the python-polyglot package using pip
pip3 install python-polyglot
# or
pip install python-polyglot
Once Polyglot is all setup and good to go, implementing is easy as pie.
You can initialize Polyglot with the example below:
from polyglot.core import Polyglot
dirname = "path/to/directory"
polyglot = Polyglot(dirname)
polyglot.show(display=True)
Read the complete polyglot documentation here
Read more about the documentation here
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature
) - Commit your Changes (
git commit -m 'Add some features'
) - Push to the Branch (
git push origin feature
) - Open a Pull Request