Language Checker is a Python application designed to scan your computer for coding languages and display the results in the console.
Make sure you have Python installed on your system.
git clone https://github.com/Zilonis123/language-checker/ && cd language-checker/
pip install -r requirements.txt
To run the application, use the following command:
python main.py
For a detailed list of commands and flags, run:
python main.py -h
Your contributions are welcome! If you have suggestions to enhance the project, feel free to fork the repository and create a pull request. Alternatively, you can open an issue with the tag "enhancement". Don't forget to star the project if you find it useful!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request