Skip to main content

This Package is for Quality of life stuff that you will need in your project

Project description

FedxD Package

Hello I am FedxD.
This Package is for Quality of life stuff that you will need in your project
This Package Include Quality of life changes for several other packages
Packages

  1. openpyxl
  2. discord
  3. pygame
    it is mostly consisting of several converters for time,temperature,weight,lenght,color etc and will keep getting new commands
    Commands:
  1. color
    1. color.rgbcolor(color)
      (It converts a color to its rgb numbers)
    2. color.hexcolor(color)
      (it convetrs a color to its hex code)
  2. converter
    1. Time
      (Converts Day To Sec And Vice Versa)
    2. Bytes
      (Converts KB,MB,GB,TB to B and vice versa)
    3. Weight
      (Converts KG to Pound and Vice Versa)
    4. Lenght
      (Converts Meter To Foot and vice versa, cm to inch and vice versa, and Meter and Foot To Yard)
    5. Temperature
      (Converts Celcius to Farenhiet and vice versa , and Celcius and Farenhiet To Kelvin and vice versa)
  3. random
    1. date(year)
      (Generates a Random Date Within The Given Year)
    2. color
      (Generates a Random Color)
    3. name
      (Generates a Random Name)
    4. age
      (Generates a Random Age)
    5. fact
      (Generates a Random Fact)
    6. true_false
      (Gives Either True Or False in Boolean)
  4. excel
    1. new_sheet(wb, title)
      (it creates a new excel sheet in workbook)
    2. cell_font(worksheet, cell ,font)
      (set a font on the given cell)
    3. cell_color(worksheet,cell,color)
      (set a color on the given cell)
    4. list_entry(worksheet,coulum,list)
      (adds all the items in the list on the given coulum)
    5. cell_entry(worksheet,cell,value)
      (adds the value to the given cell)
    6. merge_cell
      (Merge 2 given cells)
    7. sheet_protect(worksheet, password)
      (Adds password to a excel file)
    8. sheet_unprotect
      (removes protection from worksheet)
  5. discord
    1. swear_detection(message, swear_words)
      (CAUTION: on @bot.listen in on_message add this command with the message and a list of swears to detect)
  6. pygame
    1. check_collision(rect1, rect2)
      (checks if rect1 collide with rect2 and gives a boolean (True/False))
    2. handle_event(events)
      (provide it with pygame events and it will detect for quit event and escape key press and quit the game)
    3. render_text(screen,text,font,color,x,y)
      (renders the given text with the given font with the color on x,y cordinates)
    4. random_spawn_x(WIDTH, obj_width)
      (Gives a Random x cordinate for spawning obj)
    5. random_spawn_y(HEIGHT, obj_height)
      (Gives a Random y cordinate for spawning obj)


Version = 0.1 (testing)
Version = 0.2 (Fixing Bugs and testing)
Version = 0.3 (Fixing Bugs)
Version = 0.4 (Fixing Bugs And Making Ready)
Version = 0.5 (New Module(random))
Version = 0.6 (Bug Fixing)
Version = 0.7 (3 New Modules (excel, discord, pygame))
Version = 0.8 (Bug Fixes)
Version = 0.9 (Testing)
Version = 1.0 (Testing Full Release)
Version = 1.1 (Official Full Realease)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FedxD-1.4.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

FedxD-1.4-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page