Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 2.45 KB

README.md

File metadata and controls

34 lines (26 loc) · 2.45 KB

😷 ☕ 💻 Quarentine Project #6 - Personalization of readme.md with badges

GitHub author GitHub last commit GitHub repo size GitHub license GitHub top language GitHub count language

Easy creation of badges for readme.md

This quarentine project serves as a standardizer for readme.md from my repositories.

⚙ Behavior

The operation of the application is very simple, you just have to indicate your profile and which repository on GitHub you want to generate the tags and click on the OK button.

The gif below exemplifies the generation of the tags for the WhatsApp-Simple-Tools repository, showing different customizations of them changing the colors, styles and quantity of tags.

Gif example

To run the application, run the following command:

python main.py

🚀 Tecnologies

All the code was built in Python3. How was my first experience with the library PyQt5 I also used the support of the screen creator QtDesign.

🔨 Dependencies

The list of libraries and their respective versions are listed in the file requirements.txt.

To install all dependencies you can use the following command:

pip install -r requirements.txt

Make sure you have pip and Python3 installed on your computer.

List of dependencies:

  • PyQt5: Library for the graphical interface.
  • Markdown: Library for viewing the generated Markdown.

Made with 💙 and Python