GithubHelp home page GithubHelp logo

tiendil / pynames Goto Github PK

View Code? Open in Web Editor NEW
38.0 38.0 9.0 267 KB

characters' name generation library

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%
fantasy gamedev names names-generator procedural-content-generation procedural-generation

pynames's Introduction

Development for fun and profit

Old-school indie game developer & hacker. My languages are Russian & English.

Most of my career I develop games:

Interesting stuff about me:

  • Have not attached to a single technology, can easily switch to the most appropriate stack for a current project.
  • Can do a lot of things besides programming: game design, marketing, support, community development, etc.
  • Actually, I operate my own hobby mini-MMO game, where I do almost everything.
  • Check my blog for interesting essays: https://tiendil.org/ — someday I will translate it to English :-)

Have a good day. Feel free to contact me by email: [email protected] — I like to exchange letters.

Discord: 427884798099456010

pynames's People

Contributors

ilyasemenov avatar imposeren avatar mrkalambur avatar tiendil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pynames's Issues

Нужен ли AUTOLOAD в табличном генераторе

Данный параметр решает проблему подгрузки фикстур «на лету», но так как Python язык динамический, мы вполне можем налету создавать не инстансы классов, а сами классы, что позволило бы избавиться от данного параметра.

FromCSVTablesGenerator и падежи

Использование генератора FromCSVTablesGenerator для русского языка не документировано в README, а в самом репозитории отсутствуют примеры такого использования. Необходимо документировать/добавить пример в репозиторий.

Utils: заменить is_file на file_adapter

  1. название функции не отражает суть её проверки;
  2. функциоя используется только там, где нужно получить открытый файл и только для этого

Логичным будет вынести всё выражение

templates_source if is_file(templates_source) else open(templates_source)

в отдельный context processor, который будет гарантированно возвращать нужный нам объект.

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.