920 projects for "python file" with 1 filter applied:

  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    Asgard is a role playing game complete with menus, random battles, maps, towns and dungeons. Join the community of developers, writers and artists. Our goal is to deliver a rich and beautiful, free software RPG to gamers everywhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Where In the World Have You Been?
    A PHP script with maps of the World, China, Canada, USA, India, Africa and Europe that allows the user to select the countries, provinces or states by clicking on them or selecting a checkboxes. Selection causes the entity to turn a default color which contrasts with defaults colors of all bordering countries. Thus a patchwork is made to show the history of countries, states or provinces traveled. Added features allow users to download their maps, to blow them up to posters of any...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    Pysimony

    A Pythonic Implementation of Parsimony Inference of Phylogeny

    UPDATE: After some bug fixes, I've ditched Pysimony for Javamony: https://sourceforge.net/projects/javamony/ Given Python's beauty, I know that someday I will have to finish Pysimony. A student's first attempt at a phylogenetic inference program, written in the simplistic yet elegant Python. Pysimony reads a FASTA file (only ATGC accepted) specified as its only argument. Basic testing has shown that it is slow, inaccurate and most definitely inefficient. An unlikely-to-be-the-most-parsimonious tree is printed upon completion in basic Newick tree format. As all parts of the program are the original work of a beginner programmer, this may represent one of the worst approaches to solving the phylogenetic problem. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    pyscope

    Software oscilloscope using Python and tkinter

    Software oscilloscope using Python and tkinter. Supports multiple sources: socket, file, audio, USB. Displays data by samples, time or frequency. Scales the input automatically or manually. It has been renamed "pdatascope" to avoid a name-clash with Pyscope, a scoping package on PyPi. See https://sourceforge.net/p/pydatascope/ for the latest code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    m3uPort

    Copies a playlist and all references, using relative paths.

    Intended for Portable Devices, m3uPort reads a playlist and recreates the relative path structure to it's references , copying the references and a rewritten playlist (using relative paths) in a chosen "Root" directory. Problematic could be if files are on different drives, thus the possibility of equal file and/or directory names.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    clippings2tiddly

    Create a Tiddlywiki from Amazon Kindle's "My Clippings"

    This little script reads the file "My Clippings.txt" as created by Amazon's Kindle and converts it to a Tiddlywiki html-File. The locations of each document are sorted in the process. Currently things are VERY basic - but hopefully it will evolve over time. Needed: an emtpy Tiddlywiki (empty.html) and a clippings-file from kindle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Hey Mang!

    Hey Mang!

    Hey Mang! is an open-source manga downloader from online galleries

    Hey Mang! is a free, open-source project that allows you to get your manga from your favourite sites. It supports: * MangaReader * MangaFox * Batoto * E-Hentai And among its features are: * RSS Downloads (Currently for MangaFox only) * Update notification * Path change You just need to paste the first page of the chapter you want to download and that's it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jallie

    Java classfile assembler/disassembler and interactive low-level editor

    Java Classfile assembler/disassembler and low-level interactive editor. Allows viewing and manipulation of Java class data both manually and via scripts. Load in a class file, make changes, and then save the result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ZetaBoards topic fetcher
    Fetches topics with new posts from ZetaBoards forums and does something with the URLs, like opening them in a browser. Configurations can be stored and manipulated for quicker fetching. Development, translations, bug reports, etc. are handled at Launchpad: https://launchpad.net/zb-fetcher SourceForge is used to host released files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    ScrawnyServer is an alternative for Logitech Squeezebox Server for controlling Squeezebox music players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dummy for ISO will help you create a dummy file for your ISO and then creates a new ISO with the dummy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    meBiblio

    meBiblio is a bibliography tool

    meBiblio was specially developed as a small and accessible Python-based bibliography tool. meBiblio can organize your reference library, allows easy search in your references and permits immediate retrieval and examination of digitally stored literature items. It connects to online catalogs as PUBMED to retrieve data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    addapp

    Add manually-installed applications to GNOME Shell

    A (yet) commandline tool that interactively generates a *.desktop file and adds it to GNOME Shell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Please thumbs up for tipsy! The Incredible Python SYnchronizer, Timeline, Offline, Online. Easy to understand and use in your own python scripts. Manual included. Cheers..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    FreeMUD

    A free Python 3 text-based MUD game server

    FreeMUD is a free text-based MUD game server designed from the ground up using Python 3. A minimum of Python 3.3 is required to run this program due to its use of the new python socket method "detach()" and bugfixes to the detach() method that were implemented as of Python version 3.3. Note: The project is currently in a semi-barebones, alpha-ish state. A number of planned features are not yet implemented, while others are in the process of being implemented and may not yet be complete.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SkunxTools

    WebApp Pentest Tool

    This is an Alpha version of what is to become an all in one tool for pentesting of web applications. In its current phase it currently scans google dorks and tests for sql vulnerabilities. Once urls are harvested from google dorks they are saved to a log file for future reference. One a sql check is run, the vulnerable URLs are saved to a seperate log file. View the readme in /docs for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Series60-Remote is an application to manage your mobile phone. You can send and receive SMS messages directly on your computer. It also provides a complex contact and file management.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    pycsw
    pycsw is an OGC CSW server implementation written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Fstfix GUI

    GUI for Fstfix.exe

    Graphical user interface for the Wiped GCM Fixer utility (Fstfix.exe). The Wiped GCM Fixer utility is a Gamecube iso fixer usefull for preventing DREs (Disc Read Error).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Most known is SPE, a python IDE with auto indentation&completion,call tips,syntax coloring&highlighting,uml viewer,class explorer,source index,todo list,pycrust shell,file browsers,drag&drop,Blender support.Spe ships with wxGlade,PyChecker and Kiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Bamboo Engine

    Game framework on top of Python, Panda3D and Twisted

    Bamboo intends to be a complete end-to-end game framework for client/server applications using Twisted for data exchange, Panda3D for rendering and coded in Python. Support for PyPy/CPython may be considered at a later point. An Extreme/Agile Development model is in use to allow for emergent design (IE: changing requirements). Release is updated whenever a feature is added and all tests pass cleanly 100%
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    wt210tocsv

    Converts Yokogawa WT210 output to easily chartable CSV format

    The Yokogawa WT210 outputs a CSV file through its GPIB-USB interface. The CSV is not easily chartable in Excel/Libreoffice. This will parse the CSV in a way that makes it more easily charted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is Python module for RAR archive reading. The interface is made as `zipfile` like as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CAD Scripts project is designed to automate the work of CAD Softwares. Here you will find scripts/softwares which help to do tasks easily. E.g- Specify coordinates of figures in input file and get output dxf file without actually drawing anything.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    ftpsearch is a web based indexing search engine for the ftp server, which supports regular expressions in queries, new files monitoring, some fancy stats and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB