Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusadada authored Feb 2, 2024
1 parent 7517da5 commit 63fb450
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<h1 align="center">Programming 1 - UDESC</h1>
<div align="center"><i>A complete list of solved exercises</i><br><br>
<a href="https://github.com/mateusadada/PRO1-UDESC/stargazers"><img src="https://img.shields.io/github/stars/mateusadada/PRO1-UDESC" alt="Stars Badge"/></a>
<a href="https://github.com/mateusadada/PRO1-UDESC/network/members"><img src="https://img.shields.io/github/forks/mateusadada/PRO1-UDESC" alt="Forks Badge"/></a>
<a href="https://github.com/mateusadada/PRO1-UDESC/pulls"><img src="https://img.shields.io/github/issues-pr/mateusadada/PRO1-UDESC" alt="Pull Requests Badge"/></a>
<a href="https://github.com/mateusadada/PRO1-UDESC/issues"><img src="https://img.shields.io/github/issues/mateusadada/PRO1-UDESC" alt="Issues Badge"/></a>
<a href="https://github.com/PRO1-UDESC"><img src="https://komarev.com/ghpvc/?username=PRO1-UDESC&color=447ff7&label=views" alt="Views count Badge"/></a>
<br><a href="https://mateusadada.github.io/PRO1-UDESC" target="blank"><img src="https://img.shields.io/website?url=https%3A%2F%2Fmateusadada.github.io%2FPRO1-UDESC&logo=github" /></a>
<a href="https://github.com/mateusadada/PRO1-UDESC/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/mateusadada/PRO1-UDESC?color=2b9348"></a>
<a href="https://github.com/mateusadada/PRO1-UDESC/blob/main/LICENSE"><img src="https://img.shields.io/github/license/mateusadada/PRO1-UDESC?color=2b9348" alt="License Badge"/></a>
<a href="https://github.com/mateusadada/pro1-udesc/stargazers"><img src="https://img.shields.io/github/stars/mateusadada/pro1-udesc" alt="Stars Badge"/></a>
<a href="https://github.com/mateusadada/pro1-udesc/network/members"><img src="https://img.shields.io/github/forks/mateusadada/pro1-udesc" alt="Forks Badge"/></a>
<a href="https://github.com/mateusadada/pro1-udesc/pulls"><img src="https://img.shields.io/github/issues-pr/mateusadada/pro1-udesc" alt="Pull Requests Badge"/></a>
<a href="https://github.com/mateusadada/pro1-udesc/issues"><img src="https://img.shields.io/github/issues/mateusadada/pro1-udesc" alt="Issues Badge"/></a>
<a href="https://github.com/pro1-udesc"><img src="https://komarev.com/ghpvc/?username=pro1-udesc&color=447ff7&label=views" alt="Views count Badge"/></a>
<br><a href="https://mateusadada.github.io/pro1-udesc" target="blank"><img src="https://img.shields.io/website?url=https%3A%2F%2Fmateusadada.github.io%2Fpro1-udesc&logo=github" /></a>
<a href="https://github.com/mateusadada/pro1-udesc/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/mateusadada/pro1-udesc?color=2b9348"></a>
<a href="https://github.com/mateusadada/pro1-udesc/blob/main/LICENSE"><img src="https://img.shields.io/github/license/mateusadada/pro1-udesc?color=2b9348" alt="License Badge"/></a>
</div>

## 📜 Table of contents
Expand All @@ -21,7 +21,7 @@

## 🚀 Starting

This repository contains the solved exercises from Programming 1 course in the third semester. [The exercises](https://github.com/mateusadada/PRO1-UDESC/tree/main/solved_exercises/VPL) have more complex and challenging concepts, as well as the use of classes and [tkinter package](https://docs.python.org/3/library/tkinter.html) for GUI (Graphical User Interface).
This repository contains the solved exercises from Programming 1 course in the third semester. [The exercises](https://github.com/mateusadada/pro1-udesc/tree/main/solved_exercises/VPL) have more complex and challenging concepts, as well as the use of classes and [tkinter package](https://docs.python.org/3/library/tkinter.html) for GUI (Graphical User Interface).

The exercises were solved within the [VPL](https://vpl.dis.ulpgc.es/) because of the college. It is a platform that offers a virtual environment for teaching and practicing programming, allowing users to develop and execute code in various languages directly in the browser. It was fundamental to improve my knowledge in this language and it also helped with my Bachelor's Degree in Information Systems at [UDESC](https://www.udesc.br/).

Expand Down Expand Up @@ -51,10 +51,10 @@ You need to have the Python language on your machine along with an IDE (Integrat

* **Mateus Adada** - *Developer and documentation* - [mateusadada](https://github.com/mateusadada)

You can also see the list of all [collaborators](https://github.com/mateusadada/PRO1-UDESC/graphs/contributors) who participated in this project.
You can also see the list of all [collaborators](https://github.com/mateusadada/pro1-udesc/graphs/contributors) who participated in this project.

## 📄 License

This project is under the license MIT. See the [LICENSE.md](https://github.com/mateusadada/PRO1-UDESC/blob/main/LICENSE) file for more details.
This project is under the license MIT. See the [LICENSE.md](https://github.com/mateusadada/pro1-udesc/blob/main/LICENSE) file for more details.

<hr><p align="center">Developed with ❤️ in Brazil 🇧🇷</p>

0 comments on commit 63fb450

Please sign in to comment.