Giter Club home page Giter Club logo

larsmod's Introduction

Intro

Hi there! Here is where you can find explanations on how to use this module perfectly!
WARNING
This module is written for Windows in Python3.8. Some things could not work properly.

Chronometer

This chronometer is pretty simple.
You can start it with Chrono.start() and stop it with Chrono.stop()
It will return a list of 3 float corresponding to the chronometer's result : [hours, minutes, seconds]

Decryptor

The decryptor (as said by his own name) can encrypt and decrypt simple cypher algorithms.

For now, there are 4 algorithms :

  • alpha - It converts a string into a digit list and vice versa.
  • cesar - The cesar algorithm takes a string and shifts all characters to a certain position.
  • morse - It enables to translate morse code into letters and vice versa.
  • Numpad - ONLY ABLE TO CYPHER - convert a text string to a digit string.

File Manager

The File Manager is used to manage files (thanks Captain Obvious).

  • You can remove the prefix or the suffix of multiple files in a given folder (sub-folders excluded) with the functions prefix_delete(path, prefix) and suffix_delete(path, suffix).
  • You can also remove the beginning of filenames with char_delete(path, char) that remove filenames up to the first occurrence of "char" (included) and char_nbr_delete(path, char_nbr) that remove filenames up to a certain "char_nbr".

Utilities

The utilities module is composed of some miscellaneous useful functions.

  • randomlistpicker(usrlist) return a random entry in the 'usrlist'.
  • letter_randomizer(words) take all characters in a string (single word / sentence) or in a list of words and randomize them to return an "anagram"
  • now() return a list with [day name, day number, month name, year, hour, minute, second]
  • menu_generator(title, init, inputs, output) display a generated menu with a title, inputs and outputs.
  • math_calc.launch() enables to launch a python calculator console (works in radians)

Errors

  • TypeError - a function may return this error because an arguments' type isn't correct
  • FileExistsError - a function in the file_manager may return this error because the modified file had the same name as an existing file
  • InputError - a function may return this error because an argument isn't correctly formatted

larsmod's People

Contributors

larsluph avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.