Skip to content
View PatoOsoPatoso's full-sized avatar
Block or Report

Block or report PatoOsoPatoso

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PatoOsoPatoso/README.md
import CV

def getInfo():
    return CV.createCV({
        'πŸ‘‹ Name':                  'Lucas Arroyo Blanco',
        'β€πŸŽ“ Ocupation':             'Computer science student at Universidad de Valencia',
        '🌏 Languajes':             'English(Fluent) - Spanish(Native)',
        'πŸ“« Contact':               'lucasab2000@gmail.com',
        '⚑ Programing Languajes':  'Python(10) - C++(7) - C#(6) - Javascript(7) - Kotlin(5) - Dart(5)',
        'πŸ”­ Aptitudes':             'Team player, problem solving, adaptable to changes'
    })

def main():
    info = getInfo()
    
    with open('LucasAB_CV.pdf', 'w') as f:
        f.write(info)

if __name__ == "__main__":
    main()

Β 

Β 

Β 

                        ====:                                                             
                        +=:=*     +==-                                                    
                        +-*.     .*::*:                                                   
                       .*:+       *:*.                                                    
                       *:+:      -==-                                                     
                      -+:*       #:*                                                      
                      *:+-:--:. ==-+                                                      
                     +-:=--::-==+:+.                                                      
                   =+:::::::::::::+-                                                      
                 .*::::::::::::::::+-                                                     
                .*::::::::::::::::::#                                                     
                *:::::::::::::::::::+.                                                    
               +-:::-*=::-::-::**:::+:                                                    
              .*::::::::::==-:::::::+:                :-==+++++===--:.                    
              *:::::::::::::::::::::*.           :=+##***************##*+=: 
   -:        .*:::::::::::::::::::::#         -+#**************************#*=.           
 .*:-+-      +-:::::::::::::::::::::*      .+#********************************#*-         
 -=:::*.     #:::::::::::::::::::::-+     =#*************************************#:       
 :+::::*    :+:::::::::::::::::::::=-   .#****************************************#+      
  *::::-+:  =-:::::::::::::::::::::*.  :#*******************************************#     
  .*:::::-===:::::::::::::-::::::::*  .#***************************######************#    
    ==::::::::::::::::::::=::::-=::*  #************************####******####********#=   
     .===-::::::::::::::::+::::-=:-= -#**********************#%*************#%********%   
         .:=+:::::::::::::+::::-+:+: ***********************##****************%*******#-  
           -=:::::::::::::+-:::-*:***%###******************##******************%********  
           +-:::::::::::::+-:::-*:#******###***************%*******************%*******#  
           +::::::::::::::+-:::=+:#*********##************##*********#*********%********  
           +::::::::::::::+=:::*-:=#**********##**********##*********#********%********+  
           +-:::::::::::::-*-:++:::=#*#*********%*********##*********%#*****##********#:  
           -=:::::::::::::::==-::::::=*#*********#*********%**********######**********#   
            *::::::::::::::::::::::::::+#******************%*************************#.   
            +-::::::::::::::::::::::::::%*******************%***********************#:    
            .*::::::::::::::::::::::::::#********************%*********************#:     
             ==:::::::::::::::::::::::::+#********************##*****************#+       
              =+:::::::::::::::::::::::::%**********************####**********#####+=     
               .+-:::::::::::::::::::::::=#*************************###########******#    
                 -+-::::::::::::::::::::::+#*****************************************#    
                   :===-:::::::::::::::::::=#************************************#*+-     
                       :--===================##**************************###*+=-:         
                                               :=+*########****+++===--::.                

Popular repositories Loading

  1. uv_helper uv_helper Public

    Two pythonn script to automatize the detection and notification of new www.uv.es tasks and mails using website credentials and a by a telegram notification.

    Shell

  2. christmas_random_friend christmas_random_friend Public

    A christmas invisible friend whatsapp bot to send random messages

    Python

  3. clank_assistant clank_assistant Public

    Simple voice assistant to execute dummy tasks

    Python

  4. face_locker face_locker Public

    A face detection and identification program designed to be a face lock

    Python

  5. motion_alarm motion_alarm Public

    Motion alarm system with time intervals

    Python

  6. uv_helpers uv_helpers Public

    This project is focused on making it easier to use and navigate www.uv.es using automated stripts that notify the user when he gets new tasks or mails from their teachers without having the need of…

    Python