-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme
16 lines (11 loc) · 997 Bytes
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Files of this repository:
1 - Vignère Cipher (Folder):
* Contains code for a Vignère Cipher Encprypting Method (https://www.youtube.com/watch?v=SkJcmCaHqS0&ab_channel=Udacity)
2 - Caesar Cipher (File):
* Code for Caesar Ciper Encrypting Method (https://www.youtube.com/watch?v=JtbKh_12ctg&ab_channel=NesoAcademy)
3 - Phrase_Emoji_Conversor (File):
* Code for a simple emoji converter, that takes a phrase and converts the words to the matched emojis
4 - Stock_sales_quantity_calculator (File):
* Code for a stock sales quantity calculator, that takes a input of the initial stock level, the number of months to plan and the planned sales quantity for each month, then takes this info and calculates the required production based on pré-defined rules.
5 - jogo_nim (File):
* Code for Introdução à Ciência da Computação com Python Parte 1 Universidade de São Paulo Coursera course, has some issues to deal and it's just a quickly prototype made to pass the assignment